Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rekhad

    array return in matlab

    I am new to MatLab.Please help.. What will the following code generate? assuming we have data points(0.8,0.5,0.7,0.5,0.3..) between sr(1) to sr(50) sr=[1 50]; [Y1 I1]=min(abs(data(sr(1):sr(2),:)-0.5),[],1); Will it first take the absolute difference between data value and 0.5 and return those...

Part and Inventory Search

Back
Top