Code covered by the BSD License  

Highlights from
Qplot

image thumbnail
from Qplot by Francisco de Castro
Menu driven GUI for creating many graph types

savefigas
function savefigas

[fname,pname] = uiputfile('*.fig','Select File');
dbfile= strcat(pname,fname);
if length(dbfile) == 0 return; end

saveas(gcf,dbfile,'fig')
return

Contact us