Top "Matlab" questions

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

MATLAB - Plot multiple data sets on a scatter plot

I have two sets of data, (Ax, Ay; Bx, By). I'd like to plot both of these data sets on …

matlab scatter-plot
Automatically maximize a figure

I am creating some figures in MATLAB and automatically save them to files. The problem that by definition the images …

matlab export matlab-figure maximize-window
Jump command in MATLAB

I'm working with the m-file editor of MATLAB and I need to jump from one line to another. If I …

matlab goto
LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in file.obj

I am Integrating Matlab, C and Cuda together in a project. I used Matlab mix in order to connect matlab …

c++ matlab visual-c++ cuda
What is the equivalent of MATLAB's repmat in NumPy

I would like to execute the equivalent of the following MATLAB code using NumPy: repmat([1; 1], [1 1 1]). How would I accomplish this?

python matlab numpy
Implementing Gaussian Blur - How to calculate convolution matrix (kernel)

My question is very close to this question: How do I gaussian blur an image without using any in-built gaussian …

c++ matlab filter blur gaussian
How can I interrupt MATLAB when it gets really really busy?

I'm running a long simulation in MATLAB that I've realized I need to stop and rerun. However, MATLAB is really …

matlab interrupt windows-xp
How to mark a point in a MATLAB plot?

I have this plot [Full Resolution] I need to make a straight vertical line at a point on x axis …

matlab graph plot intersection
how to convert a cell to string in matlab

Suppose I have a cell v = 'v' [576.5818] [3.0286] [576.9270] 'v' [576.5953] [3.1180] [576.8716] 'f' [ 56] [ 58] [ 52] 'f' [ 56] [ 58] [ 52] and I want to convert this to a cell array …

string matlab cell
How to smoothen a plot in MATLAB?

I have some 9000 points that are plotted on a graph: [Full resolution] Actually, the plot is not as smooth as …

matlab plot smoothing curvesmoothing