Top "Matlab" questions

MATLAB is a high-level language and interactive programming environment for numerical computation and visualization developed by MathWorks.

Read .mat files in Python

Is it possible to read binary MATLAB .mat files in Python? I've seen that SciPy has alleged support for reading .…

python matlab file-io scipy mat-file
How do I iterate through each element in an n-dimensional matrix in MATLAB?

I have a problem. I need to iterate through every element in an n-dimensional matrix in MATLAB. The problem is, …

arrays matlab matrix multidimensional-array iteration
Setting graph figure size

All I want to do is make the width greater and the height smaller. I'm just doing raster plots but …

matlab matlab-figure
A tool to convert MATLAB code to Python

I have a bunch of MATLAB code from my MS thesis which I now want to convert to Python (using …

python matlab numpy matplotlib scipy
How to create a new figure in MATLAB?

Usually when I plot in MATLAB, it always draws on the same figure. How do I make it draw in …

matlab plot figure
Differences between Octave and MATLAB?

I'm a programmer who knows Python, Ruby and some C who is trying to decide whether to learn GNU Octave …

matlab octave
What can MATLAB do that R cannot do?

I often hear people complain how expensive MATLAB licenses are. Then I wonder why they don't just use Octave or …

matlab r scientific-computing
How to normalize a histogram in MATLAB?

How to normalize a histogram such that the area under the probability density function is equal to 1?

matlab histogram normalization
Automatically plot different colored lines

I'm trying to plot several kernel density estimations on the same graph, and I want them to all be different …

matlab plot matlab-figure
Changing Fonts Size in Matlab Plots

I want to change Font Size for xlabel, ylabel, axis size, legend font size a.k.a everything at once, …

matlab matlab-figure