How to dispaly result value?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mira le
el 13 de Jun. de 2023
Comentada: Mira le
el 13 de Jun. de 2023
hello every one
I want to display results that I obtained
like this:
disp('N= '; N)
but it doesn't work
0 comentarios
Respuesta aceptada
Dyuman Joshi
el 13 de Jun. de 2023
Editada: Dyuman Joshi
el 13 de Jun. de 2023
2 comentarios
Stephen23
el 13 de Jun. de 2023
fprintf('N=%d\n', N)
% ^^ probably with a newline afterwards
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!