problam with pde plotting
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
hello I'm trying to plot circles using pde toolbox i have this code n1=25; ua=abs(rand(n1,2)*r); for t=1:x1 pdecirc((ua(t,1)),(ua(t,2)),radius); end the normal plotting is correct but when i plotted using pde is not its shows geometry error message
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!