陰関数の描画時において、(x,y)座標を変数にとりこみたい。
Afficher commentaires plus anciens
AppDesignerにおいて、fimplicitでグラフを作成した時、その(x,y)の値をCSVファイルで取り込みたいのですが、うまく行きません。
ImplicitFunctionLineプロパティには、XDataやYDataがあるようですが、次のように記載しても、データがとれません。
また、エラーも発生しません。どこが間違っているのかご教示いただければ幸いです。
fimplicit(app.UIAxes,@(x,y) x.^2 + y.^2 -3, 'MeshDensity', 151, 'XData',app.XX, 'YData', app.YY);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 2 次元および 3 次元プロット 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!