Community Profile

photo

addou abdeljalil


University of Rennes 1

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

8 years ago | 0

Question


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 ...

8 years ago | 1 answer | 0

1

answer

Question


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 ago | 3 answers | 0

3

answers

Answered
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 ago | 0

Question


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 ago | 2 answers | 0

2

answers