Azzera filtri
Azzera filtri

I am trying to add an index value (cell) from a matrix to a string and use the entire string as a variable. Any ideas?

1 visualizzazione (ultimi 30 giorni)
>> A = {1,2,3,4}
A =
1×4 cell array
[1] [2] [3] [4]
>> char(strcat('Number',A(1,1),'All_Time_Slices'))=1
Function 'subsindex' is not defined for values of class 'cell'.

Risposte (1)

Walter Roberson
Walter Roberson il 29 Giu 2017

Categorie

Scopri di più su Numeric Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by