Feeds
已回答
How to write function in matlab
m1 =E2(1:4) ; r1 =F2_pixel(1:4) ; m2 =E2(4:16) ; r2 =F2_pixel(4:16) ; p1 = polyfit(m1,r1,2) ; % interpolatio...
How to write function in matlab
m1 =E2(1:4) ; r1 =F2_pixel(1:4) ; m2 =E2(4:16) ; r2 =F2_pixel(4:16) ; p1 = polyfit(m1,r1,2) ; % interpolatio...
9 years 前 | 0
提问
how to read information from RTPlan image dicom matlab
Hi, I want extarct information from image RTplan dicom like position of jaw , DSD : distance source detector. I have program ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Read some data from a file containing numbers and characters
Hi, my problem is like this : I want to read file dynalog (.dyn) which contain text and number. { ** D Y N A M I...
9 years 前 | 3 个回答 | 0
3
个回答已回答
Problem of Interpolation in matlab
I tested this code but there also some pb. for i = 1:178 if A(i,2)< angle < A(i+1,2) UM = inter...
Problem of Interpolation in matlab
I tested this code but there also some pb. for i = 1:178 if A(i,2)< angle < A(i+1,2) UM = inter...
9 years 前 | 0
提问
Problem of Interpolation in matlab
Hi, My problem are like this: i have a 2 colons of 178 values define UM (Unity Monitor) and angles and i wish to compare one ...
9 years 前 | 2 个回答 | 0