Prev: Miss something or Bug?
Next: RC-Element
From: Walter Roberson on 22 Jul 2010 02:52 Abhishek wrote: >> i am trying hard but i am working first time on matlab so if you can >> help it will be very great of you.... It is 2 AM here and I need to be up in 6 hours or so. Time for you to investigate the Getting Started documentation: it will lead you fairly quickly to a summary of the available string operations. The rest I have _already_ told you the exact routine names to use.
From: us on 22 Jul 2010 03:15 "Abhishek " <abhi14jan(a)yahoo.com> wrote in message <i28kac$dkn$1(a)fred.mathworks.com>... > Hi > I am reading the file which contains a hint: http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html us
From: Abhishek on 22 Jul 2010 03:24 "us " <us(a)neurol.unizh.ch> wrote in message <i28r5q$j51$1(a)fred.mathworks.com>... > "Abhishek " <abhi14jan(a)yahoo.com> wrote in message <i28kac$dkn$1(a)fred.mathworks.com>... > > Hi > > I am reading the file which contains > > a hint: > > http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html > > us >Hi >i have to complete this work very soon...so i cant go into too much of the details as you have given the link....please help me if you can give me the exact code of the above problem statement... i will be very very thankful to you.... please
From: Oleg Komarov on 22 Jul 2010 03:44 > > a hint: > > > > http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html > > > > us > >Hi > >i have to complete this work very soon...so i cant go into too much of the details as you have given the link....please help me if you can give me the exact code of the above problem statement... > i will be very very thankful to you.... > please I'll give you the exact code: 1. open <filename> 2. scroll.down 3. read 4. copy 5. paste All done with your mouse! Not much details, ain't so? And don't post the whole file, I consider it spam, as many other CSSMers. Oleg
From: Steven_Lord on 22 Jul 2010 09:31
"Abhishek " <abhi14jan(a)yahoo.com> wrote in message news:i28rmm$m1q$1(a)fred.mathworks.com... > "us " <us(a)neurol.unizh.ch> wrote in message > <i28r5q$j51$1(a)fred.mathworks.com>... >> "Abhishek " <abhi14jan(a)yahoo.com> wrote in message >> <i28kac$dkn$1(a)fred.mathworks.com>... >> > Hi >> > I am reading the file which contains >> >> a hint: >> >> http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html >> >> us >>Hi i have to complete this work very soon...so i cant go into too much of >>the details as you have given the link....please help me if you can give >>me the exact code of the above problem statement... > i will be very very thankful to you.... Ah, but if we gave you the code of the problem statement then it wouldn't be YOU completing this work, it would be whomever gave you the code. If whomever assigned you the problem (be it your professor, if you're in school, or your boss, if you're doing this for work) asked you any questions about the workings of the code, you would not be able to answer them. That would be a Very Bad Thing for you, I suspect. The Getting Started section of the documentation takes an hour or so to read through, perhaps a little longer if you execute each of the examples. I STRONGLY recommend you do so, as you'll learn more about how to effectively use MATLAB from it. Then use the HELP or DOC functions that Getting Started taught you to search for functions related to file reading and string parsing. Investing an hour or two now could save you hours and hours of waiting for CSSM readers to answer your questions later on. -- 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 |