<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358</link>
    <title>MATLAB Central Newsreader - path browser</title>
    <description>Feed for thread: path browser</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 18 Apr 2009 17:37:01 -0400</pubDate>
      <title>path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643683</link>
      <author>Hans Van de Vijver</author>
      <description>Matlab has different functions to load files etc....,&lt;br&gt;
At the moment i am doing some reasearch for a PhD and i need to load a directory with a lot of images about 6000.&lt;br&gt;
&lt;br&gt;
Until now i always loaded this directory like this&lt;br&gt;
&lt;br&gt;
MapPath = 'E:\measuremnts\ref plane\Meting 1';&lt;br&gt;
&lt;br&gt;
If this is used on a different computer you need to change the path manually what is very user friendly.&lt;br&gt;
Is there a way to browse to the path like in an open window from windows; the problem is not loading a filename as variable but an entire path.&lt;br&gt;
Already tried the functions&lt;br&gt;
path&lt;br&gt;
path('newpath')&lt;br&gt;
&lt;br&gt;
userpath&lt;br&gt;
userpath('newpath')&lt;br&gt;
&lt;br&gt;
But i rlly want a popup open window from windows, I haven't tried a activeX control yet.&lt;br&gt;
&lt;br&gt;
best regards&lt;br&gt;
&lt;br&gt;
H</description>
    </item>
    <item>
      <pubDate>Sat, 18 Apr 2009 17:50:50 -0400</pubDate>
      <title>Re: path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643685</link>
      <author>dpb</author>
      <description>Hans Van de Vijver wrote:&lt;br&gt;
...&lt;br&gt;
&amp;gt; Is there a way to browse to the path like in an open window from windows; ...&lt;br&gt;
&lt;br&gt;
doc uigetfile&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Sat, 18 Apr 2009 18:22:01 -0400</pubDate>
      <title>Re: path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643692</link>
      <author>Hans Van de Vijver</author>
      <description>&amp;nbsp;&lt;br&gt;
&amp;nbsp;doc uigetfile&lt;br&gt;
&amp;nbsp;-&amp;gt; i know this command used it before it is to open a single file but i need the pathstring&lt;br&gt;
like my mapname is &quot;pictures&quot;&lt;br&gt;
I press my button select directory&lt;br&gt;
the the UI opens for browsing &lt;br&gt;
the i only select the map with 6000 pics in it.&lt;br&gt;
so i get &lt;br&gt;
x=&quot;pathstring&quot;</description>
    </item>
    <item>
      <pubDate>Sat, 18 Apr 2009 18:30:31 -0400</pubDate>
      <title>Re: path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643693</link>
      <author>dpb</author>
      <description>Hans Van de Vijver wrote:&lt;br&gt;
&amp;gt;  &lt;br&gt;
&amp;gt;  doc uigetfile&lt;br&gt;
&amp;gt; -&amp;gt; i know this command used it before it is to open a single file but&lt;br&gt;
&amp;gt; i need the pathstring&lt;br&gt;
&lt;br&gt;
Look at optional return value...&lt;br&gt;
&lt;br&gt;
If that doesn't suit (I can't decipher _exactly_ what it is you are &lt;br&gt;
asking for owing to language; obviously English isn't your primary so &lt;br&gt;
that's not criticism, only explanation) at least my version of ML &lt;br&gt;
doesn't have a builtin visual directory dialog.&lt;br&gt;
&lt;br&gt;
I've not tried that in ML; I tend to not build extensive gui's using ML; &lt;br&gt;
just not my way of using it so can't provide much additional guidance &lt;br&gt;
there.  I tend to use the OS commands instead which may not be what &lt;br&gt;
you're wanting.&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Sat, 18 Apr 2009 19:57:01 -0400</pubDate>
      <title>Re: path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643700</link>
      <author>Jiro Doke</author>
      <description>&quot;Hans Van de Vijver&quot; &amp;lt;hans.vandevijver@skynet.be&amp;gt; wrote in message &amp;lt;gsd5o9$l7r$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;  &lt;br&gt;
&amp;gt;  doc uigetfile&lt;br&gt;
&amp;gt;  -&amp;gt; i know this command used it before it is to open a single file but i need the pathstring&lt;br&gt;
&amp;gt; like my mapname is &quot;pictures&quot;&lt;br&gt;
&amp;gt; I press my button select directory&lt;br&gt;
&amp;gt; the the UI opens for browsing &lt;br&gt;
&amp;gt; the i only select the map with 6000 pics in it.&lt;br&gt;
&amp;gt; so i get &lt;br&gt;
&amp;gt; x=&quot;pathstring&quot;&lt;br&gt;
&lt;br&gt;
Is &quot;uigetdir&quot; what you are looking for?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
jiro</description>
    </item>
    <item>
      <pubDate>Sun, 19 Apr 2009 01:55:07 -0400</pubDate>
      <title>Re: path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643734</link>
      <author>Godman</author>
      <description>On 4=D4=C219=C8=D5, =C9=CF=CE=E73=CA=B157=B7=D6, &quot;Jiro Doke&quot; &amp;lt;jiro.d...@mat=&lt;br&gt;
hworks.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &quot;Hans Van de Vijver&quot; &amp;lt;hans.vandevij...@skynet.be&amp;gt; wrote in message &amp;lt;gsd5o=&lt;br&gt;
9$l7...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;  doc uigetfile&lt;br&gt;
&amp;gt; &amp;gt;  -&amp;gt; i know this command used it before it is to open a single file but =&lt;br&gt;
i need the pathstring&lt;br&gt;
&amp;gt; &amp;gt; like my mapname is &quot;pictures&quot;&lt;br&gt;
&amp;gt; &amp;gt; I press my button select directory&lt;br&gt;
&amp;gt; &amp;gt; the the UI opens for browsing&lt;br&gt;
&amp;gt; &amp;gt; the i only select the map with 6000 pics in it.&lt;br&gt;
&amp;gt; &amp;gt; so i get&lt;br&gt;
&amp;gt; &amp;gt; x=3D&quot;pathstring&quot;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is &quot;uigetdir&quot; what you are looking for?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; jiro&lt;br&gt;
&lt;br&gt;
This is what i need=A3=ACso thank you....</description>
    </item>
    <item>
      <pubDate>Sun, 19 Apr 2009 09:25:03 -0400</pubDate>
      <title>Re: path browser</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249358#643767</link>
      <author>Hans Van de Vijver</author>
      <description>Yes,&lt;br&gt;
&lt;br&gt;
Thank you very much the uigetdir works.&lt;br&gt;
It was so simple and i didn't even see it tnx all for your help&lt;br&gt;
&lt;br&gt;
Regards</description>
    </item>
  </channel>
</rss>

