
Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Plotting sphere error using surf
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Error using surf (line 82) Z must be a matrix, not a scalar or vector.
[x z y] = sphere;
 a=[    0.2627    0.2677    0.0479    0.0723  ]   
% a=[x position    z position   y position   radius]
surf(x*a(1,4)+a(1,1),z*a(1,4)+a(1,2),y*a(1,4)+a(1,3));
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!