Borrar filtros
Borrar filtros

how to combine multiple output in one lines?

2 visualizaciones (últimos 30 días)
Samious
Samious el 23 de Sept. de 2013
E.g. I have a matlab function for example,
for i=(1:25) b=35-i
how do I get it to make an answer like
**************************
i | answer
1 | 34
2 | 33
3 | 32
4 | 31
********************
instead of
ans
34
ans
33
ans
32
ans
31
  1 comentario
Jan
Jan el 23 de Sept. de 2013
We cannot suggest improvements of your code, when you do not show it.

Iniciar sesión para comentar.

Respuestas (1)

Robert Cumming
Robert Cumming el 23 de Sept. de 2013
help fprintf
help disp

Categorías

Más información sobre Get Started with MATLAB 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!

Translated by