rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
test_fail.m
Go to the documentation of this file.
1 function OK = test_fail
2 % stupid script for producing an error for testing the try catch
3 % functionality
4 
5 OK = 1;
6 
7 sgdfgdfg
8 
9 OK = 0; % never reaches this point
10 %| \docupdate