Drawing monochromatic colors of a hue?
Based on wiki page, monochromatic colors are all the colors (tones, tints and shades) of a single hue. An example of...
side by side multiply histogram in matlab?
I would like to produce a plot like the following in matlab. Or may be something like this ...
Grids in a figure in MATLAB?
I'd like to add lines to an opened figure in MATLAB e.g. splitting the figure into 15 rows, without plotting it on a...
how can i bode plot this low pass filter??
i am not an expert by any means in matlab but i am asked to plot this transfer function which reflects an active low...
plot circle with gradient gray scale color in matlab?
I want to draw a circle with gradient color in matlab, but I can't. Is there any one that can help me? the sample i...
How to draw a line at a bearing angle in matlab??
I'm trying to simulate the movement of a target in Matlab, whose initial x and y co-ordinates, true bearing and spee...
Octave — Plotting a tan function?
While reading a tutorial on Octave I found the following line of code that produces a sin plot: fplot (@sin, [-10, ...
Plotting sin(x)/(x) in Matlab?
I am having issues plotting sin(x)/(x) correctly. Specifically when x = 0, returns NaN in Matlab. However, when appl...
4D plot (3D+color) from 4 row vectors?
I have 4 row vectors x, y, z and s, all of them have equal sizes 1*size. x, y, z should be the three Cartesian corod...
How to obtain the index value from an indexed image in MATLAB??
I have an indexed image loaded in MATLAB and if I use the data cursor, I able to obtain the X, Y,RGB and Index value...
quarter car model matlab code ode45 plotting?
I have a quarter car model which is a 2-dof system with damper and spring with following codes with a diagram; fu...
Using radon function to find black bar position in white background image?
I want to use radon projection find horizontal position (x coordinate) of the black bar in white image (first image)...
reading v 7.3 mat file in python?
I am trying to read a matlab file with the following code import scipy.io mat = scipy.io.loadmat('test.mat') and ...
How to create diagonal stripe patterns and checkerboard patterns??
Based on this question, I can confirm that horizontal patterns can be imposed onto a matrix (which in this case is a...