필터 지우기
필터 지우기

what does the "%#ok<NASGU>" mean

조회 수: 20 (최근 30일)
dao2shui
dao2shui 2018년 1월 25일
답변: mechetoune walid 2019년 4월 1일
[success, message] = mkdir(dir); %#ok<NASGU> I want to know the meaning of "%#ok<NASGU>".

답변 (2개)

Aleem Alvi
Aleem Alvi 2018년 7월 5일
Hi dao2shui,
NASGU is the ID for the message, e.g., 'The value assigned here to variable 'nothandle' might never be used.'.
Please see https://www.mathworks.com/help/matlab/ref/mlint.html

mechetoune walid
mechetoune walid 2019년 4월 1일
This message ignore the error of conflict in the statement.you can use it when Another assignment overwrites the value of the variable before an operation uses it.

Community Treasure Hunt

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

Start Hunting!