[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Plot command crashes Octave
From: |
Christopher Smith |
Subject: |
Re: Plot command crashes Octave |
Date: |
Mon, 4 Jul 2016 21:38:26 -0400 |
Tatsuro,
Thanks! I’m not sure if I was supposed to reply to you or the help email, so I
Cc’d the help email just in case. A short script is below. I hope it helps!
a=1:1:100;
b=0.5*a;
plot(a,b);
-Chris Smith
> On Jul 4, 2016, at 3:55 AM, Tatsuro MATSUOKA <address@hidden> wrote:
>
> ----- Original Message -----
>
>> From: Christopher Smith
>> To: help> Cc:
>> Date: 2016/7/4, Mon 12:50
>> Subject: Plot command crashes Octave
>>
>> Hello,
>> I am running Octave on El Captain for the first time. I use Matlab
>> extensively,
>> and was excited to find a GNU platform! I created two vectors and tried to
>> plot
>> them using the plot command. This crashed Octave. Is this a common bug?
>> Is
>> there a simple way to fix it? I clicked on the details button and have
>> included
>> the contents below (in case that would be helpful). Thanks and have a great
>> day!
>> -Chris Smith
>
>
> Please give us a short script to reproduce crash on your PC.
>
>
> I am not a Mac user but power users of Mac on this list will help you
> if you give more information.
>
> Tatsuro
- Re: Plot command crashes Octave, (continued)
- Re: Plot command crashes Octave, cssmith2, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/09
- Re: Plot command crashes Octave, cssmith2, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/09
- Re: Plot command crashes Octave, Ben Abbott, 2016/07/10
Re: Plot command crashes Octave, Tatsuro MATSUOKA, 2016/07/04
- Re: Plot command crashes Octave,
Christopher Smith <=