MATLAB is a high-level language and programming environment developed by MathWorks.
All I want to do is make the width greater and the height smaller. I'm just doing raster plots but …
matlab matlab-figureI'm trying to plot several kernel density estimations on the same graph, and I want them to all be different …
matlab plot matlab-figureI want to change Font Size for xlabel, ylabel, axis size, legend font size a.k.a everything at once, …
matlab matlab-figureI am creating some figures in MATLAB and automatically save them to files. The problem that by definition the images …
matlab export matlab-figure maximize-windowI'm trying to draw an arrow in matlab graph, without any success. Code example: function [ output_args ] = example( input_args ) …
matlab plot matlab-figureI have nine open figures in matlab (generated by another function) and I want to print them all to file. …
matlab matlab-figure figuresIf f is the figure handle, I wanted to use plot3(..) on it just like I would use plot(..), but …
matlab matlab-figureI have data like this: 22.10.1980. 100 25.10.1980. 120 26.10.1980. 12 (only much more of it, and for each date, several independent measurements on the right). …
matlab date matlab-figureIs there any program able to open .fig files saved by Matlab?
matlab matlab-figure figureI want to add a x-axis line at 0 to a Matlab figure so that I can compare my data to …
matlab plot matlab-figure horizontal-line