Sub-plot with cell array info
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
5mid
el 7 de Dic. de 2013
Comentada: 5mid
el 8 de Dic. de 2013
It´s giving me error in this part. A and I don´t know why.
All variables are defined. This worked with struct, I change for cel array. I really need this in cell array
construir_subplot(Dados{1,11},Dados{1,5},vec,posicao_inicial,'sLap (m)','NGear nº',1,comp,str);
Thanks
2 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Dic. de 2013
construir_subplot is not a Mathworks provided routine. I do not find it anywhere with a google search.
Make sure you have a construir_subplot.m somewhere on your MATLAB path. Check with
which -all construir_subplot
and show us the result.
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrices and Arrays 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!