Feeds
回答済み
Saving transformed data into a new array
got it - using : A=[z DoseCorrected]; save('DepthDose2.mat','A'); thanks for your help!
Saving transformed data into a new array
got it - using : A=[z DoseCorrected]; save('DepthDose2.mat','A'); thanks for your help!
15年弱 前 | 0
| 採用済み
質問
Saving transformed data into a new array
I have a set of data (x,y) (or (z,PDI) below) and need to apply an equation to the y-data to create a transformed set of (say y'...
15年弱 前 | 2 件の回答 | 0
2
回答質問
Want to find and use a corresponding y-value for a given x-value
I'm trying to find the value of y when x is at half max - i.e. when x = 50, what does y equal? I then need to use that y-value i...
15年弱 前 | 1 件の回答 | 0
1
回答回答済み
How to plot with initially undefined number of lines in a .m file
thank you both! I'll test those out
How to plot with initially undefined number of lines in a .m file
thank you both! I'll test those out
15年弱 前 | 0
質問
How to plot with initially undefined number of lines in a .m file
I am trying to make a general .m file to use for a series of graphs I will need to make - some with 3 lines, some with 2, some w...
15年弱 前 | 3 件の回答 | 0
