What can"t I just do
https://www.hyakkendana-hashigozake.com/matlabcentral/answers/578313-beginner-using-surf-function-error-z-must-be-a-matrix-not-a-scalar-or-vector#comment_968964

A surface is a 3D plot. All your X values are repeated for every Y value, and vice versa, meaning the surface is 5001 x 5001. Surf automatically can handle a vector for X and Y, but Z must be the matrix containing the Z value for every combination of X and Y.
You are watching: Z must be a matrix, not a scalar or vector.
https://www.hyakkendana-hashigozake.com/matlabcentral/answers/578313-beginner-using-surf-function-error-z-must-be-a-matrix-not-a-scalar-or-vector#comment_968928
https://www.hyakkendana-hashigozake.com/matlabcentral/answers/578313-beginner-using-surf-function-error-z-must-be-a-matrix-not-a-scalar-or-vector#comment_968970
Thank you very much for the info Cris and Walter. I needed that background info to understand how MATLAB works it versus how I think about it. I see the missing link, I"ll do some more research to get a more solid understanding. Much appreciated!
https://www.hyakkendana-hashigozake.com/matlabcentral/answers/578313-beginner-using-surf-function-error-z-must-be-a-matrix-not-a-scalar-or-vector#comment_969066
Walter: That"s why I said to use scatter3. This allows you to view the data first to see if it even could create a surface, or if it is just a line. It is possible to record all the points for a surface in a vector. If the result does end up looking like it could be a surface, then you might be able to just reshape the vectors into matrices that can be plotted using surf.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
Select a WebSite
Choose a web site to get translated content where available and see local events andoffers. Based onyour location, we recommend that you select: .
See more: Resident Evil 2 Remake Speedrun Guide S, Resident Evil 2 Remake
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other hyakkendana-hashigozake.com countrysites are not optimized for visits from your location.