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
