MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 193 of 208 Ask a Question
How to plot two independent curves as symbols in one graph?
emersondesouza01 · Sep 3, 2020 · plot , matlab , plotting , graph

GOAL: I have two independent arrays y1 and y2 and want to plot them depending on x1 and x2 in the same graph. The curves should be plotted as symbols and not as lines. I wrote the …

how can i plot means of a data set?
junaidzaman · Sep 3, 2020 · matlab , data , plot , plotting

i have an array of variable y, 32 x 247 in dimension and which i wish to work out the column means for and then plot in order to represent a mean graph of the 32 individual signals…

How to plot a surface 3d plot using this function?
skdixit · Sep 3, 2020 · plot , plotting , matlab

TIME=1:1:100; Z = 1: 1: 100; [X,Y]=meshgrid(TIME,Z); P = 12242-28.649. * Cos (6.28. * TIME + 1.33. * Z) -1702.3. * Sin (6.28. * TIME + 1.33. * Z) -495.13. * Cos (12.57. * TIME + 2.…

How can I keep my GUI invisible while plotting?
techsmith · Sep 2, 2020 · plot , matlab , gui , plotting

In my GUI, I run 2 plots on separate axes in OpeningFcn. When The GUI becomes visible, one has been plotted (the first one in the code) but the other axes are blank momentarily whi…

How to change the color code in contourf
tanvishah · Sep 2, 2020 · matlab , color , simulink , plot

I got an old script and i am modifying it. Below is my script for i=1:2   h= figure;contourf(X',Y',damp_matrix(:,:,i),1000,'EdgeColor','none'); colorbar xlabel ( 'Wind direction […

Get a Free Consultation or a Sample Assignment Review!