how to store in array a solution of a symbolic expression?
- From: "Pietro Salvati" <psalvati@xxxxxxxxx>
- Date: 4 Jan 2006 05:39:31 -0800
Hi everybody
my problem looks like so easy but I haven't found a solution yet:
how to store in an array a real value found having used 'solve'
function over a symbolic expression? In storing it matlab gives back
the following error:
??? In an assignment A(I) = B, the number of elements in B and I
must be the same.
e.g.:
syms N;
array = zeros(1,10)
expr=f(N);
value = solve(expr);
array(1)=value;
Thanks in advance
Pietro
.
- Prev by Date: wavelet denoising
- Next by Date: Re: Matlab doesn't react on any changing in the m-file
- Previous by thread: wavelet denoising
- Next by thread: How to write a complete window to a graphics file?
- Index(es):
Relevant Pages
|