Plot 3D matrix
Mostrar comentarios más antiguos
I have a 3D matrix containing values of potential between two charges for every x,y and z value so that I can find out the potential at any point by inputting three coordinates. The problem I'm having is I am unable to plot a 3D surface plot showing the potential.
I try and use surf() but the error says the value must be scalar, vector or numerical. I do have 2 inf values where the two charges lie, is this whats causing the problem and if so how do I get around it?
6 comentarios
madhan ravi
el 6 de Nov. de 2018
Editada: madhan ravi
el 6 de Nov. de 2018
upload your datas by attaching the data file
James
el 6 de Nov. de 2018
Jan
el 6 de Nov. de 2018
Please post the code and a copy of the complete error message.
James
el 9 de Nov. de 2018
Jan
el 9 de Nov. de 2018
If you mention, that you get an error, please post a copy of the complete message. It is not possible that there is "another error", because Matlab stops at the first error already. "saying data dimensions dont agree" is less useful than a copy of the message, because then the readers do not have to guess in which line the error occurs.
Please post the relevant part of the code and a copy of the error message.
James
el 9 de Nov. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Surface and Mesh Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!