git-svn-id: http://moon:8086/svn/matlab/trunk@91 801c6759-fa7c-4059-a304-17956f83a07c
4 lines
61 B
Matlab
4 lines
61 B
Matlab
function assert(ok, errorText)
|
|
if ~ok
|
|
disp(errorText)
|
|
end |