Community Profile

photo

Zhen Liu


Last seen: 4 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 3 answers | 1

3

answers