フィルターのクリア

I am learning matlab app designer for my project and facing problems to plot a graph.

1 回表示 (過去 30 日間)
Rabiah
Rabiah 2023 年 8 月 18 日
回答済み: Kevin Holly 2023 年 8 月 22 日
My code:
x = 0:0.01:(360/180)*pi;
y = sin(x); plot(app.UIAxes,x,y);
But it's showing error.
The error is, "Error using app7/PlotbuttonButtonPushed Too many input arguments." What's the solution? Would be grateful if someone answers this. I am currently using matlab R2023a

回答 (1 件)

Kevin Holly
Kevin Holly 2023 年 8 月 22 日
I could not replicate the error. I made a simliar app (see attached). I ran it on R2023a Update 5. Is your MATLAB fully updated? Check for a red dot on the notification bell at the top right of the MATLAB UI.

カテゴリ

Help Center および File ExchangeGraphics Objects についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by