From: Abhishek on
hi
i am extracting text from file which contains
vout=x;
vin=z;
eq1=A*p+B*u;

using
c=textscan(fid,'%s','delimiter','=')
which gives output as
'vout'
'x;'
'vin'
'z;'
'eq1'
'A*p+B*u;'
please help me to get rid of (')
 | 
Pages: 1
Prev: Issues with AVIREAD?
Next: function