Filter löschen
Filter löschen

Sub-plot with cell array info

1 Ansicht (letzte 30 Tage)
5mid
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
Walter Roberson
Walter Roberson am 7 Dez. 2013
What error is it giving?
5mid
5mid am 8 Dez. 2013
this: Undefined function 'construir_subplot' for input arguments of type 'int32'.
Error in des_grafico_final (line 28) construir_subplot(x{1,1},c{1,1},vec,posicao_inicial,'sLap (m)','NGear nº',1,comp,str);
Error in M_Telemetria (line 32) des_grafico_final(Dados,circuito);

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
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.
  1 Kommentar
5mid
5mid am 8 Dez. 2013
Yes I have xD. I didn´t realize that. I wil try again...
Thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by