一个程序有两部分,如果写在一个m file里,运行正常。
如果把两部分单独写成m file,然后把第二部分的文件加在第一部分的最后,就会出错。下面case01_sim.m就是第二个文件名。
谢谢。
------------------------------------------------
??? Attempt to reference field of non-structure array.
Error in ==> TechAd_case01_run at 175
case01_sim.m
--------------------------------------------