EXTRACT VALUE FROM CELL IN ARRAY
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Jan
el 9 de Feb. de 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.
Respuestas (1)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!