Feeds
提问
Contour in a 3D surface plot
I am trying to creat a 3D surface plot with the contour of the surface projected on the top face (XY plane in Z = max) Followin...
5 years 前 | 1 个回答 | 0
1
个回答提问
Add annotation to a parent figure middle left
I am using code below to creat a n*1 plot: figure1 = figure('PaperSize',[8 8]); for i=1:N f = subplot(N,1,i); plot...
5 years 前 | 1 个回答 | 0
1
个回答提问
Legend with a variable in it
I am trying to add legend to a plot. The legend is a varibale. Some elemets in the vatiable has underscore (Sample_A1_A2). I use...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to reverse x-axis in a stacked plot.
I have used the code below to plot a stacked plot, X = [4 3 2 1]; x = X'; Y = [2 3 4 5; 3 4 5 6]; y = Y'; plot1=stackedplot...
5 years 前 | 3 个回答 | 1

