uSimmics
In response to the OCTAVE command:
‘available_graphics_toolkits ‘
my 32bit machine returns
ans =
{
[1,1] = fltk
[1,2] = gnuplot
}
my 64bit laptop returns:
ans =
{
[1,2] = gnuplot
}
Hence, the fltk toolbox is missing from the 64bit installation. As one of the consequences the uigetfile.m Octave browser command:
[filename,read_dir] = uigetfile(‘*.*’, ‘Browse to and doble click on the requested data file!’);
does not work.
Any workaround?