필터 지우기
필터 지우기

Sub-plot with cell array info

조회 수: 1 (최근 30일)
5mid
5mid 2013년 12월 7일
댓글: 5mid 2013년 12월 8일
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
Walter Roberson
Walter Roberson 2013년 12월 7일
What error is it giving?
5mid
5mid 2013년 12월 8일
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);

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 8일
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
5mid
5mid 2013년 12월 8일
Yes I have xD. I didn´t realize that. I wil try again...
Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by