From: Steven Lord on 14 Jul 2010 10:33 "Abhishek " <abhi14jan(a)yahoo.com> wrote in message news:i1kf6j$od0$1(a)fred.mathworks.com... > "Steven Lord" <slord(a)mathworks.com> wrote in message > <i1ke8l$mf8$1(a)fred.mathworks.com>... >> >> "Abhishek " <abhi14jan(a)yahoo.com> wrote in message >> news:i1kd19$1sb$1(a)fred.mathworks.com... >> > Hi >> > I am working on an LDO circuit which i have to model using Kirchoffs in >> > MALAB. But I am getting 13 equations with nearly 70 variables.\ >> > Malab crashes in solving those equations . >> > >> > Please tell me a solution to this problem...... >> >> If MATLAB is actually _crashing_ (i.e. creating a crash log file and >> asking you to exit MATLAB) then you should follow the instructions given >> at the bottom of the log file. >> >> If MATLAB is simply _erroring_ then post the COMPLETE text of the error >> message you receive as well as a SMALL snippet of code from the location >> where the error occurs as well as information (from WHOS, for a start) >> about the variables that exist when that line of code executes. >> >> -- >> Steve Lord >> slord(a)mathworks.com >> comp.soft-sys.matlab (CSSM) FAQ: >> http://matlabwiki.mathworks.com/MATLAB_FAQ >> To contact Technical Support use the Contact Us link on >> http://www.mathworks.com > hey, the matlab crashes means it closes as soon as i run the code...... Then it should create a crash log file, and the next time you start MATLAB it should ask you if you want to send the log file to The MathWorks. Please do so (either via that mechanism or by contacting Technical Support directly) and include as much information as you can about what code is executing when you see this crash. Even if you don't know where the crash log file is, I recommend you do this -- support can help you locate the log file if necessary. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
From: Greg Heath on 14 Jul 2010 20:11 On Jul 14, 9:48 am, "Abhishek " <abhi14...(a)yahoo.com> wrote: > "Steven Lord" <sl...(a)mathworks.com> wrote in message <i1ke8l$mf...(a)fred.mathworks.com>... > > > "Abhishek " <abhi14...(a)yahoo.com> wrote in message > >news:i1kd19$1sb$1(a)fred.mathworks.com... > > > Hi > > > I am working on an LDO circuit which i have to model using Kirchoffs in > > > MALAB. But I am getting 13 equations with nearly 70 variables.\ > > > Malab crashes in solving those equations . > > > > Please tell me a solution to this problem...... > > > If MATLAB is actually _crashing_ (i.e. creating a crash log file and asking > > you to exit MATLAB) then you should follow the instructions given at the > > bottom of the log file. > > > If MATLAB is simply _erroring_ then post the COMPLETE text of the error > > message you receive as well as a SMALL snippet of code from the location > > where the error occurs as well as information (from WHOS, for a start) about > > the variables that exist when that line of code executes. > > > -- > > Steve Lord > > sl...(a)mathworks.com > > comp.soft-sys.matlab (CSSM) FAQ:http://matlabwiki.mathworks.com/MATLAB_FAQ > > To contact Technical Support use the Contact Us link on > >http://www.mathworks.com > > hey, the matlab crashes means it closes as soon as i run the code Is it programmed to produce output? If so, what kind? Greg
First
|
Prev
|
Pages: 1 2 Prev: Sorry Mr. Us Next: set the interpreter property to ‘none’ |