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

1 vue (au cours des 30 derniers jours)
MK96
MK96 le 9 Nov 2016
Modifié(e) : MK96 le 26 Mar 2017
I am simulating a random 4x1 array of 1s and -1s;

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by