Prev: Recursion limit
Next: encoding scheme 1
From: Jan Simon on 8 Mar 2010 10:29 Dear Vyjayanthi! > I tried doing that, but I couldn't figure out where the exact error is taking place. The error message usually contain the function name and line number, which causes the problem. Please read the output to the command line again. Another very helpful method is using the debugger: dbstop if error Then Matlab stops the execution when the error occurs and you can inspect the workspace manually. It is really recommended to learn how to use the debugger! Good luck, Jan
|
Pages: 1 Prev: Recursion limit Next: encoding scheme 1 |