Error using sprintf command
1 view (last 30 days)
Show older comments
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 Comments
Image Analyst
on 21 Sep 2021
Why are you not using the sum(), cumsum(), and diff() functions to do this?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!