Thread Subject: Plot browser bug?

Subject: Plot browser bug?

From: Jungwoo

Date: 3 Jul, 2009 22:05:01

Message: 1 of 3

Hi,

I recently updated my matlab to R2008a (7.6.0). I guess I used to use R2007. I realized that plot browser has some bugs. For certain figures, not all the lines in the graph are shown there. Sometimes, none of the lines show up. What am I doing wrong? I had never had this problem with my old version.

Subject: Plot browser bug?

From: Steven Lord

Date: 5 Jul, 2009 23:35:45

Message: 2 of 3


"Jungwoo " <idonthaveit@dont.have> wrote in message
news:h2lvad$9bc$1@fred.mathworks.com...
> Hi,
>
> I recently updated my matlab to R2008a (7.6.0). I guess I used to use
> R2007. I realized that plot browser has some bugs. For certain figures,
> not all the lines in the graph are shown there. Sometimes, none of the
> lines show up. What am I doing wrong? I had never had this problem with my
> old version.

You should send an example figure that demonstrates this behavior to
Technical Support for investigation.

--
Steve Lord
slord@mathworks.com

Subject: Plot browser bug?

From: Jungwoo

Date: 6 Jul, 2009 00:08:01

Message: 3 of 3

Here is a very simple code:

a = [1 2 3 4 5];
b = a + 1;
c = a * 2;
d = a - 3;

figure;
plot (a,b);
hold on;
plot (a,c);
plot (a,d);

Very interestingly, it sometimes works perfectly but in some cases, no lines are displayed. Only the axis is shown there.

Thanks,

Jungwoo

"Steven Lord" <slord@mathworks.com> wrote in message <h2rdav$o1h$1@fred.mathworks.com>...
>
> "Jungwoo " <idonthaveit@dont.have> wrote in message
> news:h2lvad$9bc$1@fred.mathworks.com...
> > Hi,
> >
> > I recently updated my matlab to R2008a (7.6.0). I guess I used to use
> > R2007. I realized that plot browser has some bugs. For certain figures,
> > not all the lines in the graph are shown there. Sometimes, none of the
> > lines show up. What am I doing wrong? I had never had this problem with my
> > old version.
>
> You should send an example figure that demonstrates this behavior to
> Technical Support for investigation.
>
> --
> Steve Lord
> slord@mathworks.com
>

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com