Matlab 2014b Version Program

조회 수: 1 (최근 30일)
SEOK WON KANG
SEOK WON KANG 2015년 6월 5일
답변: Walter Roberson 2015년 6월 5일
hello ~!
%code
A = Set(handle, 'string', A);
Above the code work in Matlab 2014b Version, but! didn't work in 2013 version matlab. it there any solution using that code in 2013 version Matlab??
waiting for your respond :D thank you.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 6월 5일
That is not documented as being possible for R2014b or for R2013. If you call set() with an output variable then there must be only one input (the handles) or two inputs (handles and property names). If you have more than two input arguments for set() then there must not be any output variable.
The semantics for set() and get() have not changed between R2013* and R2014b.

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by