|
Next: Matlab arrays to C code
From: mimo on 8 Mar 2005 04:05 Hi there, does anybody know, how to call a matlab function outside the current directory, i.e. something like [a,v]= ..\otherdirectory\function(b,d) Hope to get some help. This message was sent using the Comp.DSP web interface on www.DSPRelated.com
From: Mike Yarwood on 8 Mar 2005 04:38 "mimo" <florian.troesch(a)gmx.ch> wrote in message news:i8OdnQltb4FP97DfRVn-qQ(a)giganews.com... > > Hi there, > > does anybody know, how to call a matlab function outside > the current directory, i.e. something like > > [a,v]= ..\otherdirectory\function(b,d) > > Hope to get some help. > > This message was sent using the Comp.DSP web interface on > www.DSPRelated.com Hi mimo, you can use the path function to ensure that all of the subdirectories that your functions are located in are checked ... then you don't need to explictly give the path in the function call. Best of Luck - Mike
From: marian.mounir@gmail.com on 9 Mar 2005 18:51 what is the name of thepath function?
From: Bhaskar Thiagarajan on 9 Mar 2005 19:59 <marian.mounir(a)gmail.com> wrote in message news:1110412308.293167.200060(a)o13g2000cwo.googlegroups.com... > what is the name of thepath function? C'mon!! The very first hit in google for 'path matlab' gave me this http://www.mathworks.com/access/helpdesk/help/techdoc/ref/path.html You didn't even have to pull out your matlab documentation to find this...and yet, you could find the time to send this post and have someone else feed this to you? If you had matlab running, you could've just tried 'help path' or use their search tool in their online help. I just don't get this kind of attitude... Cheers Bhaskar
|
Pages: 1 Next: Matlab arrays to C code |