필터 지우기
필터 지우기

Attempt to reference field of non-structure array.

조회 수: 2 (최근 30일)
jose luis huayanay villar
jose luis huayanay villar 2021년 4월 4일
Good morning friends, I'm calling, workspace block data
theta1 =
values: [10000x99 constant]
time: [10000x1 constant]
to simulate in 3d,
plot3d1(theta1.time,theta1.values)
and I get this error.
Attempt to reference field of non-structure array.
  댓글 수: 2
Image Analyst
Image Analyst 2021년 4월 4일
편집: Image Analyst 2021년 4월 4일
Not sure that makes sense. Try this EXACTLY and paste back here EXACTLY what it shows in the command window:
whos theta1
theta1
plot3d1(theta1.time,theta1.values)

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

답변 (0개)

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by