help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Vector Plotting in 2D


From: Juan Pablo Carbajal
Subject: Re: Vector Plotting in 2D
Date: Thu, 19 Feb 2015 21:26:50 +0100

On Thu, Feb 19, 2015 at 9:16 PM, Aidan Macdonald
<address@hidden> wrote:
> Hi,
>
> Matlab has vector plotting and I didn't find anything similar in Octave. I
> wrote it. The code it attached. I could generalize it into 3D if needed. It
> is pretty simple, I don't know if you want to include it in Octave.
>
> I relinquish all legal rights and ownership to the code, if I had any.
>
> Enjoy,
>
> Aidan Plenert Macdonald
> Website
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
>

Thank you Aidan,

In the future you might want to share your code via agora[1]. the
functions could be improved in mayn ways. for example, you could avoid
the loop and instead of calling plot() call line(). It is somewhat
customary to return a handle to the objects in the plot.

Cheer

[1]: http://agora.octave.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]