Top "Matlab-figure" questions

MATLAB is a high-level language and programming environment developed by MathWorks.

MATLAB: Changing the line properties of a loaded figure?

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-figure
Write a figure to a file automatically in MATLAB

Does anyone know if it's possible to automatically write a figure out to a .eps file in MATLAB? I'm running …

matlab matlab-figure eps
How to change image axis labels

I'm trying to change the image axis labels with some latitude/longitude but I can't find how to do it. …

matlab matlab-figure
How to remove axis in MATLAB

axis 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-guide
Distance between axis label and axis in MATLAB figure

I'm plotting some data with MATLAB and I'd like to adjust the distance between axis label and the axis itself. …

matlab matlab-figure
In MATLAB, how does one clear the last thing plotted to a figure?

In MATLAB, I plot many different vectors to a figure. Now, what I would like to do is simply undo …

matlab matlab-figure
How to create reports containing text and figures with MATLAB

I 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-figure
Semi-transparent markers in Matlab Figures

I want to plot a scatter plot with filled markers and make them semi-transparent so when two or more markers …

matlab transparency matlab-figure
GUI pop-up menu in MATLAB

I'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-guide
How to copy a MATLAB figure and past it in a Word document?

I 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