Error using sprintf command
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nitesh Kumar Singh
el 21 de Sept. de 2021
Comentada: Nitesh Kumar Singh
el 22 de Sept. de 2021
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 comentarios
Image Analyst
el 21 de Sept. de 2021
Why are you not using the sum(), cumsum(), and diff() functions to do this?
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!