yes and or nod?
Afficher commentaires plus anciens
Im trying to make a graph of the locations of particles as they change over time but whenever I use scatter it gives me the error X and Y must be vectors of the same length Im sure its something simple, im not that good at matlab
4 commentaires
KSSV
le 3 Mai 2018
Your Xx and Xy are matrices......you want to plot a surface? Or what you are expecting?
KSSV
le 3 Mai 2018
Dude..you need reconsider your code.......
fx = 6.*pi.*rho_f*v.*R.*(u-u_p);
u_p is of size 1600*1.
Stephen23
le 15 Nov 2019
Original question by Joseph Stocken "I'm trying to make a graph of the location of a particle but it keeps giving me the error X and Y must be the same length":
Im trying to make a graph of the locations of particles as they change over time but whenever I use scatter it gives me the error X and Y must be vectors of the same length Im sure its something simple, im not that good at matlab

Rena Berman
le 12 Déc 2019
(Answers Dev) Restored edit
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Scatter Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!