MATLAB is a high-level language and programming environment developed by MathWorks.
I've got a very simple question, for MATLAB users: If I load a figure file (.fig) with the load command, …
matlab plot edit matlab-figureDoes anyone know if it's possible to automatically write a figure out to a .eps file in MATLAB? I'm running …
matlab matlab-figure epsI'm trying to change the image axis labels with some latitude/longitude but I can't find how to do it. …
matlab matlab-figureaxis off Not working. function displayResults(filename,hObject, eventdata, handles) % Open 'filename' file... for reading... fid = fopen(filename); for N=6:1:10 …
matlab matlab-figure matlab-guideI'm plotting some data with MATLAB and I'd like to adjust the distance between axis label and the axis itself. …
matlab matlab-figureIn MATLAB, I plot many different vectors to a figure. Now, what I would like to do is simply undo …
matlab matlab-figureI am using a MATLAB script to tune the control system on a machine. When the tuning is complete, I …
matlab pdf-generation report matlab-deployment matlab-figureI want to plot a scatter plot with filled markers and make them semi-transparent so when two or more markers …
matlab transparency matlab-figureI've a pop-up menu with 5,10,15,20 the contents in that menu. using switch I've created this val=get(hobject,'value'); switch …
matlab matlab-figure matlab-guideI have some MATLAB figures open in MATLAB. I would like to copy them to a word document without exporting …
matlab ms-word copy-paste matlab-figure export-to-word