Attempt to reference field of non-structure array.
Ältere Kommentare anzeigen
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 Kommentare
Image Analyst
am 4 Apr. 2021
Bearbeitet: Image Analyst
am 4 Apr. 2021
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)
jose luis huayanay villar
am 4 Apr. 2021
Antworten (0)
Kategorien
Mehr zu Multidimensional Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
