Different way of representation
Afficher commentaires plus anciens
Hi,
This might be one of the basic doubts, but still going to ask it
When i run a code i get the output as
opcon =
1×1 cell array
{'tc'}
I want the output t o is be
opcon = tc
How do i change it ?
Réponse acceptée
Plus de réponses (1)
madhan ravi
le 8 Juin 2020
Opcon = cell2mat({'tc'}) % assuming they argument is a scalar
Catégories
En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!