[scilab-Users] building vector from data file

Peng Du eddy.pdu at gmail.com
Fri Jul 9 23:05:36 CEST 2010


That was solved. It was not about the plot part but something else. Thanks.

Peng

On 9 July 2010 21:20, Peng Du <eddy.pdu at gmail.com> wrote:

> Many thanks Petar, that surely helped!
>
> Here comes another question: when I try to make several plot using a loop
> looking like
>
> for i=1:10
> scf(i)
> plot WHATEVER
>
> some of them get messed up. For example, graph(8) looks fine if plotted
> separately. But if there is a graph(7) is plotted in the loop, graph(8)
> becomes weird.
>
> I think there must be something wrong with the way I call the plot. Any
> suggestions?
>
> Thanks a lot.
>
> Peng
>
>
> On 8 July 2010 05:12, Petar Knezevich <petar.knezevich at gmail.com> wrote:
>
>> Hi Peng,
>>
>> Check the functions param3d and param3d1.
>>
>> param3d will plot a trio of vectors (x, y and z) as line, as a series of
>> points or a combination of both
>>
>> param3d1 will take a trio of matrices and plot the columns as vectors.
>>
>> Check the help file for both to learn how to use them.
>>
>> Regards,
>> Petar Knezevich
>>
>>
>> On 8 July 2010 01:45, Peng Du <eddy.pdu at gmail.com> wrote:
>>
>>> Thanks very much Mathieu.
>>>
>>> Another question: how can I plot3d three vectors without any logical
>>> relationships? For example, there is no f(x,y)=z.
>>>
>>> Many thanks.
>>>
>>> Peng
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100709/871342c7/attachment.htm>


More information about the users mailing list