Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
I'm having trouble using MsgBox.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
kontrl = -4.796163466380676e-14
if -0.001<=kontrl & kontrl>=0.001
h=msgbox({'Dengeli Ölçülerin Denetimi' 'BAŞARILI!!!'},...
'Kontrol','custom',myicon);
elseif errordlg({'Dengeli Ölçülerin Denetimi' ' HATALI!!!'},'Hata');
end
"Conversion to logical from matlab.ui.Figure is not possible." I get this error.
2 commentaires
Walter Roberson
le 20 Avr 2017
What is class(myicon) ?
Also, please put in a breakpoint at the "if" and query class(kontrl)
Réponses (1)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!