From: Ib Al on 18 Jan 2010 16:34 Hi all I have just started with pdepe, looks not bad ,however i don't see any results in the workspace area, it does plotting but couldn't find the results Where can i find them? or do i need to add any command to store them? Regards Ib
From: Steven Lord on 19 Jan 2010 10:23 "Ib Al" <uk(a)rafha.com> wrote in message news:hj2k4d$2on$1(a)fred.mathworks.com... > Hi all > > I have just started with pdepe, looks not bad ,however i don't see any > results in the workspace area, it does plotting but couldn't find the > results > > Where can i find them? or do i need to add any command to store them? Make sure you call PDEPE with an output argument; if you then need to evaluate the solution at a specified set of points, use PDEVAL. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
From: Ib Al on 19 Jan 2010 12:53 "Ib Al" <uk(a)rafha.com> wrote in message <hj2k4d$2on$1(a)fred.mathworks.com>... > Hi all > > I have just started with pdepe, looks not bad ,however i don't see any results in the workspace area, it does plotting but couldn't find the results > > Where can i find them? or do i need to add any command to store them? > > Regards > > Ib Hi Steve, thanks for continous support If you take any examples from mathworks help, it doesn't show the results as well. so how can i call the output? I had tried to search about using pdeval, actually there is no enough info about that Regards Ib
From: Ib Al on 19 Jan 2010 14:40 Dear Steve I have found this syntax [uout,duoutdt] = pdeval(0,tmesh,ui,tout) However, it just shows the results on the Command Window and nothing stored in the workspace. Regards Ib
From: Walter Roberson on 23 Jan 2010 01:07
Ib Al wrote: > I have just started with pdepe, looks not bad ,however i don't see any > results in the workspace area, it does plotting but couldn't find the > results > Where can i find them? or do i need to add any command to store them? I haven't the slightest idea; I've never even read the documentation for pdepe. I wouldn't have bothered to reply, but you specifically asked "please don't ignore" -- so now you know that I didn't -ignore- you, I simply have no clue as to what the answer is to your question. When questions get ignored, they are generally either questions whose answer would be obvious by looking at the documentation, or questions that would take a lot of explaining to answer, or questions that none of the volunteer question-answers has the time or skills to investigate. |