octave-maintainers
[Top][All Lists]
Advanced

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

Re: Request for figure generation in Matlab


From: Nicholas Jankowski
Subject: Re: Request for figure generation in Matlab
Date: Sun, 5 Jan 2020 21:49:40 -0500

On Sun, Jan 5, 2020 at 5:31 PM Pantxo Diribarne <address@hidden> wrote:
Hi,

In order to compare graphics rendering and printing between Matlab and
Octave, can someone share the png files (430+) that are generated by the
attached script ran in a recent version of Matlab.


(1) your script tries to run dump_plot_demos.m from ML2019, and that m file isn't located there. 

>> pwd
ans =

    'C:\Users\nicholas.jankowski\Desktop\temp'

>> dir
.                  ..                 dump_plot_demos.m  

>> set (groot, "defaultfigurevisible", "off");
>> d = "ML2019";
>> mkdir (d);
>> orig = cd (d);
>> pwd
ans =
    'C:\Users\nicholas.jankowski\Desktop\temp\ML2019'

>> dir
.   ..  

>> dump_plot_demos ();
'dump_plot_demos' is not found in the current folder or on the MATLAB path, but exists in:
    C:\Users\nicholas.jankowski\Desktop\temp

Change the MATLAB current folder or add its folder to the MATLAB path.



(2) trying to run dump_plot_demos.m from the folder it is located in results in:

>> dump_plot_demos();
Error: File: dump_plot_demos.m Line: 1 Column: 1
The input was too complicated or too big for MATLAB to parse.
  

reply via email to

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