Prev: reading after space
Next: remove element from list
From: Marco on 22 Jul 2010 10:05 Hi, i'm facing a strange problem.. i always used the doc command and it showed me the complete reference page of the fuction (using as an example the command "doc figure" i used to visualize the page as available on the internet at http://www.mathworks.com/access/helpdesk/help/techdoc/ref/figure.html ) what happens if i now type the same command is that it visualizes, on the usual window just the help of the function (it's formatted but it's exactly the same text you get typing the command "help figure") a few more things i noticed: - in the doc window searches now do not show any result (so if i search for the window command it returns the "no matches found" page) - in that same window if i browse through the content i can still see the original page (contents->MATLAB->Functions->graphics->handle graphics->object creation->figure) how is it possible to restore the original behaviour? i'm sorry if i've written too much but i wanted to provide you all the details i noticed...
From: us on 22 Jul 2010 10:17 "Marco " <fake.marco.fake.minini(a)treuropa.com> wrote in message <i29j71$6et$1(a)fred.mathworks.com>... > Hi, i'm facing a strange problem.. > > i always used the doc command and it showed me the complete reference page of the fuction (using as an example the command "doc figure" i used to visualize the page as available on the internet at http://www.mathworks.com/access/helpdesk/help/techdoc/ref/figure.html ) > > > what happens if i now type the same command is that it visualizes, on the usual window just the help of the function (it's formatted but it's exactly the same text you get typing the command "help figure") > > > > a few more things i noticed: > > - in the doc window searches now do not show any result (so if i search for the window command it returns the "no matches found" page) > > - in that same window if i browse through the content i can still see the original page (contents->MATLAB->Functions->graphics->handle graphics->object creation->figure) > > > > how is it possible to restore the original behaviour? > > > i'm sorry if i've written too much but i wanted to provide you all the details i noticed... well... except for the major detail: which ML ver do you run(?)... us
From: Marco on 22 Jul 2010 10:24 you're right, sorry... MATLAB Version 7.10.0.499 (R2010a) Operating System: Linux 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 11:57:43 EST 2008 x86_64 Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode "us " <us(a)neurol.unizh.ch> wrote in message <i29jtj$mbd$1(a)fred.mathworks.com>... > "Marco " <fake.marco.fake.minini(a)treuropa.com> wrote in message <i29j71$6et$1(a)fred.mathworks.com>... > > Hi, i'm facing a strange problem.. > > > > i always used the doc command and it showed me the complete reference page of the fuction (using as an example the command "doc figure" i used to visualize the page as available on the internet at http://www.mathworks.com/access/helpdesk/help/techdoc/ref/figure.html ) > > > > > > what happens if i now type the same command is that it visualizes, on the usual window just the help of the function (it's formatted but it's exactly the same text you get typing the command "help figure") > > > > > > > > a few more things i noticed: > > > > - in the doc window searches now do not show any result (so if i search for the window command it returns the "no matches found" page) > > > > - in that same window if i browse through the content i can still see the original page (contents->MATLAB->Functions->graphics->handle graphics->object creation->figure) > > > > > > > > how is it possible to restore the original behaviour? > > > > > > i'm sorry if i've written too much but i wanted to provide you all the details i noticed... > > well... except for the major detail: which ML ver do you run(?)... > > us
From: Wayne King on 22 Jul 2010 11:05 "Marco " <fake.marco.fake.minini(a)treuropa.com> wrote in message <i29j71$6et$1(a)fred.mathworks.com>... > Hi, i'm facing a strange problem.. > > i always used the doc command and it showed me the complete reference page of the fuction (using as an example the command "doc figure" i used to visualize the page as available on the internet at http://www.mathworks.com/access/helpdesk/help/techdoc/ref/figure.html ) > > > what happens if i now type the same command is that it visualizes, on the usual window just the help of the function (it's formatted but it's exactly the same text you get typing the command "help figure") > > > > a few more things i noticed: > > - in the doc window searches now do not show any result (so if i search for the window command it returns the "no matches found" page) > > - in that same window if i browse through the content i can still see the original page (contents->MATLAB->Functions->graphics->handle graphics->object creation->figure) > > > > how is it possible to restore the original behaviour? > > > i'm sorry if i've written too much but i wanted to provide you all the details i noticed... Hi Marco, just to clarify, you can access the html help documentation through the Table of Contents in the help browser, but not with the >>doc command? A few questions: 1.) Does >>doc by itself bring up the help browser? 2.) If you enter >>docroot what is returned? 3.) is the path returned the same as MATLABROOT/help where MATLABROOT is your MATLAB root directory Wayne
From: Marco on 22 Jul 2010 11:27
"Wayne King" <wmkingty(a)gmail.com> wrote in message <i29mni$pgg$1(a)fred.mathworks.com>... > "Marco " <fake.marco.fake.minini(a)treuropa.com> wrote in message <i29j71$6et$1(a)fred.mathworks.com>... > > Hi, i'm facing a strange problem.. > > > > i always used the doc command and it showed me the complete reference page of the fuction (using as an example the command "doc figure" i used to visualize the page as available on the internet at http://www.mathworks.com/access/helpdesk/help/techdoc/ref/figure.html ) > > > > > > what happens if i now type the same command is that it visualizes, on the usual window just the help of the function (it's formatted but it's exactly the same text you get typing the command "help figure") > > > > > > > > a few more things i noticed: > > > > - in the doc window searches now do not show any result (so if i search for the window command it returns the "no matches found" page) > > > > - in that same window if i browse through the content i can still see the original page (contents->MATLAB->Functions->graphics->handle graphics->object creation->figure) > > > > > > > > how is it possible to restore the original behaviour? > > > > > > i'm sorry if i've written too much but i wanted to provide you all the details i noticed... > > Hi Marco, just to clarify, you can access the html help documentation through the Table of Contents in the help browser, but not with the > >>doc > command? > > A few questions: > 1.) Does > >>doc > by itself bring up the help browser? > 2.) If you enter > >>docroot > what is returned? > 3.) is the path returned the same as > MATLABROOT/help > where MATLABROOT is your MATLAB root directory > > > Wayne 0 - YES, i can access html help documentation through the Table of Contents i see in the help browser opened by the "doc" command 1 - YES the doc command opens the help browser but it visualizes the help of the function and not the complete documentation. 2 - /usr/matlab/R2010a/help 3 - YES |