Different way of representation

2 visualizaciones (últimos 30 días)
Ganesh Kini
Ganesh Kini el 8 de Jun. de 2020
Respondida: madhan ravi el 8 de Jun. de 2020
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 ?
  2 comentarios
madhan ravi
madhan ravi el 8 de Jun. de 2020
Are you using MATLAB?
Ganesh Kini
Ganesh Kini el 8 de Jun. de 2020
Yes Madhan

Iniciar sesión para comentar.

Respuesta aceptada

David Hill
David Hill el 8 de Jun. de 2020
out=opcon{1};

Más respuestas (1)

madhan ravi
madhan ravi el 8 de Jun. de 2020
Opcon = cell2mat({'tc'}) % assuming they argument is a scalar

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by