Borrar filtros
Borrar filtros

how to plot cell array with contains another cell array

2 visualizaciones (últimos 30 días)
Shubham Pathare
Shubham Pathare el 18 de Feb. de 2022
Comentada: Jan el 18 de Feb. de 2022
i am using below command but getting error of invalid data arguments
plot(meandataChloop{2,1}, meandataChloop{1,1})

Respuesta aceptada

KSSV
KSSV el 18 de Feb. de 2022
Convert the cell array into matrix using cell2mat and then plot.
  6 comentarios
Shubham Pathare
Shubham Pathare el 18 de Feb. de 2022
@Jan @KSSV thanks the solution you gave is working now
Jan
Jan el 18 de Feb. de 2022
Fine. If it is working, please accept the answer to show, that the problem is solved.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Cell Arrays en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by