Prev: Background Removal
Next: fullscreen command
From: Shariful on 8 Mar 2010 06:19 Dear Matlab Users, As a solution of two equationa I got two symbolic solutions: x=[r(3) -r(3)] and y=[ 2*r(1), r(2)]. r is defined as r=[1.5 3 4.5 6 7.5 9]. I tried to use 'double' to convert my x and y to numeric array. But it does not work. Could you please tell me how I can do that. Thanks. Sharif
From: Steven Lord on 8 Mar 2010 10:12 "Shariful " <bluepearlb(a)yahoo.com> wrote in message news:hn2mfa$miv$1(a)fred.mathworks.com... > Dear Matlab Users, > As a solution of two equationa I got two symbolic solutions: x=[r(3) > -r(3)] and y=[ 2*r(1), r(2)]. r is defined as r=[1.5 3 4.5 6 7.5 9]. > I tried to use 'double' to convert my x and y to numeric array. But it > does not work. > Could you please tell me how I can do that. Thanks. > Sharif HELP SUBS. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: Background Removal Next: fullscreen command |