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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0
