Error using sprintf command
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 21 Set 2021
Why are you not using the sum(), cumsum(), and diff() functions to do this?
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!