Error using sprintf command
4 ビュー (過去 30 日間)
古いコメントを表示
sprintf('Iteration: %d, Sum: %d, difference: %d',a, SUMSED(a,1), diff_(a,1))
The system cannot find the path specified.
Unrecognized function or variable 'SUMSED'.
7 件のコメント
Image Analyst
2021 年 9 月 21 日
Why are you not using the sum(), cumsum(), and diff() functions to do this?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!