Is there any way to change an array output to display a word or phrase?

1 visualización (últimos 30 días)
I am simulating a random 4x1 array of 1s and -1s;

Respuesta aceptada

Adam
Adam el 9 de Nov. de 2016
jStr = repmat( { 'Buy' }, numel( j ), 1 );
jStr( j == -1 ) = { 'Sell' };
I'm sure there are neater ways, but that should work.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by