cell array output format

1 vue (au cours des 30 derniers jours)
Alberto Menichetti
Alberto Menichetti le 19 Avr 2016
>> sim_ret_table.L1Op
ans =
'BUY'
'SELL'
'BUY'
That is the output when I try to view the contents of column L1Op in table sim_ret_table; the original vector I used to make the table was a cell array. Would it be possibile to "hide" the apostrophes?

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 19 Avr 2016
v={'BUY'
'SELL'
'BUY'}
char(v)

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Analysis 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