| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 07 Apr 2009 | Workflow Design Thoughts: How to create lecture notes, homework examples or book figures easily. A style guide on how to create published figures for books and lecture notes. M-Files included | Stefan | I cannot open the document. A pdf file would be more appropriate. |
|
| 28 Jan 2009 | MATLAB oscilloscope application - example A user interface developed in MATLAB for collecting data from a scope and passing the measured data | Li, Heng | The code is user friendly and easy to modify, although there is not enough examples; along with the examples in the "Tektronix TDS 2024 MATLAB instrument driver", users can do most of the things they want to do. |
|
| 02 Oct 2008 | Import Tektronix Waveforms Helps you load Tektronix files into MATLAB. | Blow, Joe | Cannot possibly function in present form. File path parsing and building ( e.g. "Datafile" ) is incorrect, CSV conversion is broken, ... Crap. |
|
| 12 Aug 2008 | MATLAB oscilloscope application - example A user interface developed in MATLAB for collecting data from a scope and passing the measured data | Lpsd, Kalij | qwq |
|
| 01 Aug 2008 | Import Tektronix Waveforms Helps you load Tektronix files into MATLAB. | Wendelboe, Gorm | Can't make it work. I use the command
I receive the error: "??? Error using ==> TekLoad at 49
There is nothing wrong with the path. I've also tried with extension 'TXT' but without succes.
|
|
| 27 Jul 2008 | id3parse Read meta-data about your digital media from an id3 tag. | McGraw, John | Doesn't even work. When it uses fread matlab says there is not enough memory. I think it is getting the wrong framesize for a field. |
|
| 13 Jul 2008 | PDF Reader Read in the text from PDF files | ang, pino | doesn't work... pdDoc=actxserver('AcroExch.PDDoc'); filename = 'sdarticle.pdf'; pdDoc.Open(filename); ??? Error using ==> open
------
|
|
| 01 Jul 2008 | MATLAB oscilloscope application - example A user interface developed in MATLAB for collecting data from a scope and passing the measured data | sadsadsasdsa, dfdsfsddf | ||
| 26 May 2008 | PDF Reader Read in the text from PDF files | Mansoor, Saad | Now its working for me. After I read the file I wan't to change the name of the file to some text extracted from the file. This MATLAB doesnot do and gives error that the file is being used by another process. What should I do? |
|
| 06 Apr 2008 | PDF Reader Read in the text from PDF files | Mansoor, Saad | When I try to run it in MATLAB it gives the following error, ??? No appropriate method or public field Add for class COM.AcroExch_HiliteList. Error in ==> readPDF at 48
Can you please tell me what is the problem? |
|
| 08 Mar 2008 | Generic DLL Front-End GUI front end that uses the new generic DLL library loading capabilities in MATLAB. | bu, qingkai | excellent |
|
| 28 Feb 2008 | Import Tektronix Waveforms Helps you load Tektronix files into MATLAB. | Stegenborg-Andersen, Tore | Does not work with Tektronix TDS 2014 (4-channel storage scope) keeps returning "error reading file"
|
|
| 20 Feb 2008 | MATLAB oscilloscope application - example A user interface developed in MATLAB for collecting data from a scope and passing the measured data | Helou, Michel | ||
| 09 Jan 2008 | PDF Reader Read in the text from PDF files | lee, s | works fine with english text |
|
| 07 Nov 2007 | MATLAB oscilloscope application - example A user interface developed in MATLAB for collecting data from a scope and passing the measured data | BERGMANN, Claude | ||
| 31 Aug 2007 | Generic DLL Front-End GUI front end that uses the new generic DLL library loading capabilities in MATLAB. | Ferrera, Vincent | You need to change "libmethods" to "libfunctions" in loadlibrarygui.m |
|
| 23 Jul 2007 | Automatic Updated Plot This function will generate an M-file that will produce plot of data that is dynamically updated. | a, a | Please can you send me an example!! |
|
| 27 Mar 2007 | MATLAB-WaveMaster XDEV Demos LeCroy WaveMaster DSO demo files. | K., J. | UPDATE: Beginning in R2006b, MATLAB now supports LeCroy oscilloscopes through the Instrument Control Toolbox. A MATLAB instrument driver for LeCroy oscilloscopes is now available that allows you to configure and control the oscilloscope on the scope or remotely (using LAN, for example). Learn more about using MATLAB with these oscilloscopes at:
Download the MATLAB instrument driver for LeCroy oscilloscopes at:
|
|
| 01 Dec 2006 | MATLAB oscilloscope application - example A user interface developed in MATLAB for collecting data from a scope and passing the measured data | Hughey, Stephen | Are the two windows swapped in the example screen capture? The first one looks filtered & the second looks raw. I may just be looking at it wrong. |
|
| 03 Nov 2006 | linkedzoom Easily link the zoom capability of several axes or figures together. | Bogers, Roland | a simple 'linkedzoom' call without arguments did not seem to work, but with arguments it worked fine |
|
| 31 Oct 2006 | SonyTek ARB Helper functions for Communication AWG500. | o, S | ||
| 04 Apr 2006 | MATLAB-WaveMaster XDEV Demos LeCroy WaveMaster DSO demo files. | soltanzadeh, ramin | ||
| 23 Sep 2005 | mat2bmp 1.1 R4 Write matrix to standard windows bitmap file. | De la torre, Manuel | Simple to use and very helpful, its great! |
|
| 17 Aug 2005 | MATLAB-WaveMaster XDEV Demos LeCroy WaveMaster DSO demo files. | Follet, Ken | Just what I needed, THX |
|
| 22 Jun 2005 | cell2html 1.0 R1 Convert a cell array to an HTML table. | Lao, Debang | It's very helpful. |
|
| 15 May 2005 | linkedzoom Easily link the zoom capability of several axes or figures together. | Kilcher, Levi | I don't think this function is necessary any longer for those of us using >R14. It appears that MathWorks has created this functionality with the "linkaxes" function, which uses "linkprop". Anyway, I was having trouble getting "linkedzoom" to work in R14, and was frustrated until I discovered "linkaxes". Not that it matters for me anymore, but is anyone else having trouble getting linkedzoom to work? Is there anything that "linkedzoom" did that "linkaxes" doesn't or vice versa? Cheers |
|
| 30 Apr 2005 | bmp2mat 2.7 R5 Read standard windows bitmap file and store image data to matrix | Aumann, George | Works well in Matlab 6.0 after adding brackets in the logical of statements on lines 157 and 232 |
|
| 14 Mar 2005 | linkedzoom Easily link the zoom capability of several axes or figures together. | Pirnog, Cristian | Very handy tool! However, assuming that all subplots have the same domain on both X and Y axis is not really the best approach (although is probably the simplest :) ). |
|
| 09 Aug 2004 | Import Tektronix Waveforms Helps you load Tektronix files into MATLAB. | Das, Dipankar | ||
| 19 May 2004 | bmp2mat 2.7 R5 Read standard windows bitmap file and store image data to matrix | Asdfg, Anonymous | Good work. But I think imread is complete and much better way to read a wide variety of images. However the .m file gives an idea what a bmp file format is. I'm interesting compressed bmp files, and I already know what an uncompressed bmp is. If you plan to implement bmp2mat with compressed bmp files it will be great. |
|
| 19 Mar 2004 | Import Tektronix Waveforms Helps you load Tektronix files into MATLAB. | Kirkendall, Barry | Works perfectly. Thanks. |
|
| 15 Mar 2004 | SonyTek ARB Helper functions for Communication AWG500. | Haschke, Greg | This was just what we lacked to download large files to an AWG520. We did not want to do LabView or the instrumentation control toolbox just to download files. We had a GPIB interface and got a free GUI application from SonyTek to actually transfer the data files. The file spec is in the AWG programmer manual, but already-working code saves several hours of labor. |
|
| 01 Mar 2004 | MATLAB-WaveMaster XDEV Demos LeCroy WaveMaster DSO demo files. | Garcia, Marco | ||
| 16 Feb 2004 | BasicCommunication Helper functions for basic communication to instruments. | Justin, Anoop | Using Instrument Control Toolbox connected to an Agilent Waveform Generator, how do I connect & drive a Stepper motor arrangementwhich is run by a downloaded software(Windmill).How can the communication be established & how do I identitfy the cable for the instrument? |
|
| 13 Nov 2003 | Import Tektronix Waveforms Helps you load Tektronix files into MATLAB. | Valentin, Lokhmanov | ||
| 28 May 2003 | MATLAB-WaveMaster XDEV Demos LeCroy WaveMaster DSO demo files. | lees, bill | ||
| 01 Apr 2003 | linkedzoom Easily link the zoom capability of several axes or figures together. | Wetzel, Matthias | Good tool, but does funny things with "legends" |
|
| 25 Mar 2003 | linkedzoom Easily link the zoom capability of several axes or figures together. | Ho, J. | ||
| 06 Mar 2003 | linkedzoom Easily link the zoom capability of several axes or figures together. | Dibben, George | Does what it's supposed to do - but at a slight price! Removes all WindowButtonMotion, WindowButtonDown and WindowButtonUp functions to complete it's task and doesn't put them back again. But if you're not using these, you won't have any problems |
|
| 20 Feb 2003 | linkedzoom Easily link the zoom capability of several axes or figures together. | Bäro, Thomas | ||
| 05 Dec 2002 | Generic DLL Front-End GUI front end that uses the new generic DLL library loading capabilities in MATLAB. | Frey, Chris | Cool !!! so long 4 2 day Chris |
|
| 12 Nov 2001 | linkedzoom Easily link the zoom capability of several axes or figures together. | Leideck, Jochen | ||
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