Error using msgbox

조회 수: 6 (최근 30일)
kash
kash 2012년 6월 26일
I have a code
if Sparse_Conc_Index>=1
---------
---------
---------
Class_Image = (Image_Path);
figure,imshow(Class_Image)
else
msgbox('Invalid Image ','ALERT')
end
my Sparse_Conc_Index value is 1.000,but that if loo pis not executing,only that msgbox is displaying,please help where i had made mistake

채택된 답변

Walter Roberson
Walter Roberson 2012년 6월 26일

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by