symbolic formulas and numeric data
- From: "Chris Gregg" <tofergregg@xxxxxxxxxxx>
- Date: Tue, 19 Aug 2008 15:14:02 +0000 (UTC)
Please excuse this newbie question. I think the best way to ask this is with an
example. I've been successful at plotting data from a two-variable symbolic
formula:
syms a b;
lhs = a^2 + a + b^2 + b - 2;
ezplot(lhs);
But now I want to do two things:
1. Instead of plotting, I want the data (the actual solved values for 'a' and 'b')
placed into a matrix so I can manipulate the data via other methods.
2. I'd also like a loglog plot of the data (and I know that doesn't make much
sense for this formula).
Thanks for any insight!
-Chris
.
- Follow-Ups:
- Re: symbolic formulas and numeric data
- From: Walter Roberson
- Re: symbolic formulas and numeric data
- Prev by Date: Re: decay expotential
- Next by Date: computing fixed point object in Embedded Matlab
- Previous by thread: Re: synchronizing multiple daq boards
- Next by thread: Re: symbolic formulas and numeric data
- Index(es):
Relevant Pages
|