Sub-plot with cell array info
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
5mid
am 7 Dez. 2013
Kommentiert: 5mid
am 8 Dez. 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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 8 Dez. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!