フィルターのクリア

scatter运行出错

8 ビュー (過去 30 日間)
天勤 郑
天勤 郑 2022 年 8 月 27 日
回答済み: Anuneet 2022 年 9 月 7 日
x=1;
y=1;
scatter(x,y);
报错
错误使用 deal
输出参数太多。
出错 scatter (第 80 行)
[x,y] = deal(dataargs{:});

回答 (1 件)

Anuneet
Anuneet 2022 年 9 月 7 日
Hi,
I tried running the following code on R2022a and encountered no such error.
x=1;
y=1;
scatter(x,y);
Assuming you are executing only the above 3 lines of code and still encountering errors, it might be an issue with your MATLAB installation. You can perform initial troubleshooting by executing the following commands :-
>> restoredefaultpath
>> rehash toolboxcache
>> sl_refresh_customizations
For more assistance with your MATLAB Installation, please contact MathWorks Technical Support.

カテゴリ

Help Center および File Exchange安装和许可简介 についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!