| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 16 Oct 2009 | Print with Internet Explorer Prints out a URL with Internet Explorer | tracker, port | One more request, if I may - Is it possible to print only the document of the web, not the entire page (I think it's done in document.write() method in javascript but have no idea how to integrate it with the above code). Thanks again,
|
|
| 16 Oct 2009 | Print with Internet Explorer Prints out a URL with Internet Explorer | tracker, port | excellent work, really helped me !
Thanks,
|
|
| 27 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | Simoneau, Matthew | joshua, is it the "<source>" that you're asking about? That's markup for the syntax highlighting extension. It's installed on Wikipedia and most other installations. http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi us, I checked again and the file is xsl on the File Exchange. it's possible your browser or OS is renaming the file when you download it. |
|
| 24 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | us | matthew, correct...
|
|
| 23 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | vogelstein, joshua | this works pretty great for me, but i get things like: <source lang="matlab"> load('west0479.mat') A = west0479; S = A * A' + speye(size(A)); pct = 100 / prod(size(A));
is it possible that i set something up incorrectly? |
|
| 23 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | Simoneau, Matthew | urs, I'm not sure where you mean. I think it should be mediawiki.xsl everywhere. |
|
| 22 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | us | works very well; BUT there's a small type in the sample usage:
|
|
| 22 Apr 2009 | Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. | us | ||
| 05 Apr 2009 | MATLAB Contest Statistics The code used to generate the "Statistics" page for the MATLAB Contest. | D'Errico, John | ||
| 05 Apr 2009 | MATLAB Contest Statistics The code used to generate the "Statistics" page for the MATLAB Contest. | us | ||
| 04 Apr 2009 | MATLAB Contest Statistics The code used to generate the "Statistics" page for the MATLAB Contest. | Fifo | ||
| 16 Mar 2009 | closewindow Close any window by name. | Imran | Hi Mat
Error in ==> loadlibrary at 172
Error in ==> closewindow at 13
whats going wrong?, I also installed DLL library from:
I would appreciate your help.
|
|
| 23 Jan 2009 | Unescape a JavaScript String Manually interprets a JavaScript string, which may contain escape characters. | Simoneau, Matthew | Yes, us, that is a real problem! There's probably a clever way to avoid this hack, but it didn't come to mind. |
|
| 23 Jan 2009 | Unescape a JavaScript String Manually interprets a JavaScript string, which may contain escape characters. | us | hmmm...
|
|
| 23 Oct 2008 | Using Data from MOLA Work with a medium-resolution dataset from MOLA. | Simoneau, Matthew | This image was used in the "Do you speak MATLAB?" marketing campaign. |
|
| 21 Jul 2008 | Query a database Provides a simple call for getting data out of a database. | zamora, juan | great script, It saved a lot of my time.
|
|
| 21 Mar 2008 | Upload a Video to Youtube Using Youtube's Data API, upload a video directly from MATLAB. | Simoneau, Matthew | Urs, don't you know? I'm from the future! |
|
| 20 Mar 2008 | Upload a Video to Youtube Using Youtube's Data API, upload a video directly from MATLAB. | aUser, hUser | Excellent! Glad to see this. I have tried myself to get a similar function working for uploading MATLAB pics to picasaweb using a similar api from google. But I did not have any luck. |
|
| 19 Mar 2008 | Upload a Video to Youtube Using Youtube's Data API, upload a video directly from MATLAB. | (us) Schwarz, Urs | very spiffy, matthew! however, what's MUCH more interesting: the html was published using version 7.7(!) already - whilst the pedestrians just received 7.6...
|
|
| 18 Nov 2007 | Download a Slideshow from Kodak Gallery Download all the images in a Kodak Gallery slideshow. | sudheer, moota | ||
| 30 Aug 2007 | ShowWindow Change the state of a window, like minimize and maximize. | Thompson, Jeffrey | Thanks so much. Exactly what I needed. |
|
| 12 Aug 2007 | Using Data from MOLA Work with a medium-resolution dataset from MOLA. | rahim, baby yoyo | 4 |
|
| 27 Jul 2007 | Download a Slideshow from Kodak Gallery Download all the images in a Kodak Gallery slideshow. | dugo, LUhang | Great |
|
| 10 Jul 2007 | Using Data from MOLA Work with a medium-resolution dataset from MOLA. | sarker, md.ziauddin | ||
| 03 Jan 2007 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | B, A | EvilAPI.com is a workaround. |
|
| 03 Jan 2007 | Using Data from MOLA Work with a medium-resolution dataset from MOLA. | Lucas, Antoine | With tiny modification, it will able to read any pds data such as Mola at high resolution and so on. |
|
| 01 Jan 2007 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | B, A | As per http://code.google.com/apis/soapsearch/,
Google recommends using the AJAX Search API instead: http://code.google.com/apis/ajaxsearch/ |
|
| 14 Dec 2006 | closewindow Close any window by name. | tbzz, tbzz | ||
| 13 Dec 2006 | ShowWindow Change the state of a window, like minimize and maximize. | Renner, Peter | Thanks for the function. It's pretty good. |
|
| 05 Aug 2006 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | adam, yasir | I want the JAR file in my classpath |
|
| 24 Jul 2006 | ShowWindow Change the state of a window, like minimize and maximize. | Kelly, Jarod | I haven't had any troubles, though I had to add a pause as well (mine is arbitrarly set as pause(.2)). The need for the pause is a result of WHEN you are trying to invoke the function. For instance, I'm using it in a GUI that opens and closes other GUIs, so pausing that split second allows the machine to recognize the other figure as being available. |
|
| 14 Jul 2006 | closewindow Close any window by name. | vo, tronghung | ok |
|
| 07 Jun 2006 | ShowWindow Change the state of a window, like minimize and maximize. | jun, fan | what is the problem?? >> showwindow('','minimize')
Error in ==> D:\Try\MATLAB6p5\toolbox\matlab\general\calllib.dll
>> figure(4);drawnow,showwindow('Figure 4','maximize');text(.5,.5,'Simoneau')
Error in ==> D:\Try\MATLAB6p5\toolbox\matlab\general\calllib.dll
>> |
|
| 01 Jun 2006 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | taveras, fernando | ya itz iight |
|
| 12 May 2006 | ShowWindow Change the state of a window, like minimize and maximize. | Farajian, Tim | Exactly the functionality I was looking for. In R14 and later, rather than using the example: >> figure(4); showwindow('Figure No. 4','maximize'); text(.5,.5,'Simoneau') Use: >> figure(4);drawnow,showwindow('Figure 4','maximize');text(.5,.5,'Simoneau') The "Figure No. 4" name is useful for Native MATLAB figures (used in R13SP1 and earlier) while "Figure 4" should be used for Java figures (used by default in R14 and later). Also, there is often the need to use the DRAWNOW command between creating the figure and calling ShowWindow. If you want to be able to obtain the name of the figure from the figure handle, use the following algorithm: namestr = get(hFig,'name');
This seems to work in all cases (for R14 and later) except when "NumberTitle" is "off" and the "Name" property is empty. Thanks for the function Matt. |
|
| 10 Nov 2005 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | Rosa, Luigi | I have developed "Google Ranking Search Engine Optimization Tool", for more information please visit
|
|
| 20 Apr 2005 | SnagIt Capture the current window to an image file. | George, Asha | Please help.I am getting the following error when i ran this m file.What do I do? Dispatch : Type mismatch. Error in ==> C:\MATLAB6p1\toolbox\matlab\winfun\@activex\private\actxcli.dll
Error in ==> F:\mattoolenhancement\ModelCompareTool_IntermediateRelease1.4\Modelcmptool\snagIt.m
|
|
| 03 Feb 2005 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | Simoneau, Matthew | chuang chen-chia, I think you haven't put the JAR-file on your classpath. See step #3 in the setup instructions. |
|
| 02 Feb 2005 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | chen-chia, chuang | >> setpref('google','key','**************')
Error in ==> c:\matlab application software\google toolbox\googlesearch.m
>> how to slove it??? |
|
| 20 Jan 2005 | Save Word as Text Converts a Microsoft® Word document to a text file. | Sawczuk, Mark | You are a genius!!! This just saved me an indefinite ammount of time! I had access to a hord of technical documents (word) where they were labeled with just a document number. Using this I automated a script which pulled all of the abstracts out of thousands of files so I could suscinctly query for information. I owe you one!!!! |
|
| 20 Oct 2004 | ShowWindow Change the state of a window, like minimize and maximize. | Shah, Samir | In order to use this successfully in code, I had to put a pause(1) statement before this call. I don't know why, but otherwise it didn't work. |
|
| 05 Sep 2004 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | gulmatico, johanna | ||
| 20 May 2004 | Save with Image Map Saves a figure out as a PNG-file and creates a corresponding HTML-file with an image map. | hýzarcýoðlu, hakan | ads |
|
| 12 May 2004 | ShowWindow Change the state of a window, like minimize and maximize. | Kolluru, Prasanna | This is working fine in Matlab Environment but its giving problem when compiling...
NOTE: This will produce a link error in stand-alone code
NOTE: This will produce a link error in stand-alone code
??? Error: An error occurred while shelling out to mbuild (error code = 1).
Error in ==> C:\Programs\Matlab13\toolbox\compiler\mcc.dll |
|
| 24 Apr 2004 | SnagIt Capture the current window to an image file. | IKEDA, Hiroaki | Thanks. |
|
| 16 Mar 2004 | Google Toolbox Uses Google's SOAP interface to pull data into MATLAB as a structure. | ahmed, abdullah | ||
| 08 Mar 2004 | SnagIt Capture the current window to an image file. | IKEDA, Hiroaki | How can I snag Windows Media Player videos using Matlab snagit.m? |
|
| 26 Feb 2004 | ShowWindow Change the state of a window, like minimize and maximize. | kumar, dhananjai | ||
| 23 Jan 2004 | ShowWindow Change the state of a window, like minimize and maximize. | Klarqvist, K | Excellent tool. Does exactly what I wanted. Minor improvement
|
|
| 17 Aug 2003 | ShowWindow Change the state of a window, like minimize and maximize. | Nichols, Greg | Works great! Thanks, Matthew.
|
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com