help-octave
[Top][All Lists]
Advanced

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

RE: gnuplot error when running Octave script on Linux


From: David Aldrich
Subject: RE: gnuplot error when running Octave script on Linux
Date: Tue, 9 Feb 2010 11:29:00 +0000

Hi Pascal

> It's a gnuplot problem : could you please post a bit of context of the
> octave script containing the call to plot ?

Thanks for replying. I make 12 plot calls and I don't currently know which is 
failing. The first call is:

for indTest=1:length(resList)
        plot( t, numActiveMTs(:,indTest)/numCells, lineStyle(indTest,:) );
        hold on;
        legStr = [ legStr '''' sprintf('Nsub=%d/cell',rrcUsers(indTest)) '''' 
',' ];
end

I don't see these plots.

Best regards

David



reply via email to

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