EXTRACT VALUE FROM CELL IN ARRAY
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I got an array with strings values.
I want to save each value in variable.
How can I save the value?
i have tried to save as C=A[1,1} for example and it created a categorial table of 1x1 of the cell i wanted. But i want the actual value of that cell in order to save it in variable and continue the work with that saved variable.
I would really appreciate your asisstance,
Shany/
2 Commenti
Jan
il 9 Feb 2021
The question is not clear yet. Which kind of array do you have as input? What is wanted as output? Why do you want to create different variables instead of using indices? "C=A[1,1}" contains a typo: Square brackets oder curly braces? "categorial table of 1x1 of the cell" mixes almost all data types, such that the confusion is perfect.
Risposte (1)
Vedere anche
Categorie
Scopri di più su Logical 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!