Surf and reshape for 4D plot
1 view (last 30 days)
Show older comments
Hi all,
I would like to make a plot using surf. I have a time vector with 17281x1, frequency of 17281x1, and a signal of 161x1.
I would like to make a plot with surf(t,f,X). How should I reshape the array X to be able to use surf?
4 Comments
KSSV
on 24 May 2021
surf(X,Y,Z)
In the above X, Y, Z should be matrices of same size. In your case how this is possible?
Answers (0)
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!