Does anyone have any tips, etc on using Matlab for this class? We have to convert inches to millimeters in a data set and I'm trying to see if there's a way to convert the numbers similar to excel (where you can put like b2*##, and drag and apply it to all cells below it).Also, has anyone else started on this webassign? I'm in Smith's online ST 370 class.
9/9/2006 11:40:10 PM
1 inch = 2.54 cm = 25.4 mmYou could put all of your data in a [1 x n] matrix and multiply by 25.4. Make sure you use the .* operator instead of *
9/10/2006 12:08:17 PM