please can someone tell me what to do here what does it mean ? and does setappdata fall under a certain library i need to install for matlab plz help

조회 수: 2 (최근 30일)

답변 (1개)

Voss
Voss 2022년 11월 29일
setappdate(0,'filename',filename);
% ^ this should be an "a". setappdata not setappdate
  댓글 수: 2
Voss
Voss 2022년 11월 29일
편집: Voss 2022년 11월 29일
@jana: And in the next call to setappdata, you'll get a different error because this:
setappdata(0,a',a)
should be this (I imagine):
setappdata(0,'a',a)

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

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by