Re: plot function
- From: "Paul Mennen" <nospam@xxxxxxxxxx>
- Date: Wed, 4 Feb 2009 07:48:03 +0000 (UTC)
Hi Daniele. As Walter mentioned, it is likely that "plt" can be used to create
the plot you are need, although to be sure, you might have to be more clear
about what you need.
If you just want an alternate x-axis showing the same thing as the primary
x axis except using different units, that is pretty easy. In the plt distribution,
take a look at the example "demo\tasplt.m". Note that the lower x-axis has
the units "gph" and the upper x-axis has the units "percent power". In that
example, the two units are the same except for a scale factor difference, so
it is trivial to implement as you can see from the code.
daniele wrote:Walter Roberson wrote
is it possible to have a plot with 2 scales on the x axis corresponding to the same value
on the y axis?
But it if were me, I would check out the FEX contribution plt() to see whether perhaps.
the possibility you want is one of the many options that are already built-in to
that contribution.
- References:
- plot function
- From: daniele
- Re: plot function
- From: Walter Roberson
- plot function
- Prev by Date: Waves
- Next by Date: Re: Waves
- Previous by thread: Re: plot function
- Next by thread: Closing loop
- Index(es):
Relevant Pages
|