Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
19 Nov 2009 Bluetooth voice transmission Bluetooth Voice Transmission Author: Stuart McGarrity McGarrity, Stuart

This model was only tested with the MATLAB release listed above (7.0.1) and a few others. A version of this model which works with the current release of MATLAB and Simulink is shipped with the Communications Blockset called commbluetoothvoice.mdl

Enter at the command line:
>>commbluetoothvoice

19 Nov 2009 Bluetooth voice transmission Bluetooth Voice Transmission Author: Stuart McGarrity Cooley, Jarred

I am also having trouble running this demo. It fails every time. Is there an updated simulation that works?

Thank you very much

03 Nov 2009 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity hiha

Why doesn't the matlab test function run ?

01 Nov 2009 Comparison of C++ and MATLAB Using Object Oriented Application Example Wireless Communications Application Example Used to Compare C++ and MATLAB® Code Author: Stuart McGarrity Omar

19 Oct 2009 Textscantool GUI to read large text files Author: Stuart McGarrity burcu

Thanks for the advice Stuart but now i have 2 new errors. Sorry not to mentioning it first but my version is 7.2.0.232, could it be the reason?

??? Operands to the || and && operators must be convertible to logical scalar values.

Error in ==> uitable at 170
            else if (isnumeric(varargin{i+1}) && size(varargin{i+1}) == [1 3])

Error in ==> textscantool at 127
    uitableJavaHandles.lineStringsTable=uitable('Parent',fig,'Data',1, 'ColumnNames',{''},'gridcolor',GUIcolor);

19 Oct 2009 Textscantool GUI to read large text files Author: Stuart McGarrity McGarrity, Stuart

Don't add the code at the very begining. Add if just before the first "if str2double..." line you insert.

19 Oct 2009 Textscantool GUI to read large text files Author: Stuart McGarrity burcu

Hi Stuart,

I was facing same issue with Eleni and applied your items and get another error:
??? Error: File: textscantool.m Line: 2 Column: 1
Function definitions are not permitted at the prompt or in scripts.
Do you have any comment on this?
Thanks!
Burcu

03 Oct 2009 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity McGarrity, Stuart

Yes, I agree that this is a pure translation / syntax comparison, intended to help programmers of these languages, become familiar with MATLAB OO syntax. It could be implemeted in a way more appropriate for MATLAB (while loosing the direct syntax comparison). I would encourage anyone to submit a new version of the code that does this. (I will fix the HTML typo - Thanks).

29 Sep 2009 Handling Large Data Sets Efficiently in MATLAB Handling Large Data Sets Efficiently in MATLAB® Author: Stuart McGarrity Chamane

Helpfull and really interesting

29 Sep 2009 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity Luengo, Cris

What Adrian said.

Handle behavior was not added to custom classes so that you could go around and translate C++ thinking into MATLAB!

For example, the NodeVisitor class is totally superfluous, and should just be a function (it has no data!). I also don't see why a MATLAB class would need a COPY method, it always exists implicitly through the assignment operator.

There is a </span> missing at the end of line 6 of the program in RBMATLAB.html, all the code is green!

22 Sep 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Lienhard, Stephen

10 Sep 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Vlachou, Eleni

It worked!!!!!!!!!!!! Thank you so much. I really appreciate your help.

Eleni

10 Sep 2009 Textscantool GUI to read large text files Author: Stuart McGarrity McGarrity, Stuart

Add this line at the beginning of textscantool.m
versionStr=version;

Then replace both instances of:
if verLessThan('MATLAB','7.6')

With:
if str2double(versionStr(1:3))<7.6

It should work in version 7.1

10 Sep 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Vlachou, Eleni

Hi,

I have 7.1 :-( Is there anything else similar to this? I was so happy I found this.

Thank you.

Eleni

10 Sep 2009 Textscantool GUI to read large text files Author: Stuart McGarrity McGarrity, Stuart

What version of MATLAB do you have? This file only works for release 7a (MATLAB 7.4 ) or later.

10 Sep 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Vlachou, Eleni

Hi,

I tired using this, seems amazing and exactly what I need but I get this error:

??? Undefined command/function 'verLessThan'.

Error in ==> textscantool at 125
if verLessThan('MATLAB','7.6') % Before 8a
 I have matlab 7.1

Any thoughts? Thank you very much.

Eleni

21 Aug 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Matteo

Yes Stuart I've checked and I also tried to download it again....I had the same problem on another PC as well...really strange ..I will try to investigate more on my side as well.

20 Aug 2009 Textscantool GUI to read large text files Author: Stuart McGarrity McGarrity, Stuart

I can't reproduce this in 9a. Have you checked that you have the fig file? If so, have you tried downloading again?

20 Aug 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Matteo

did anyone experience an error using this fantastic tool on Matlab 2009a? I have this problem when launching it:
Warning: an error occurred while parsing class uitools.uibuttongroup:
Attempt to reference field of non-structure array.
 
> In hgload at 43
  In openfig at 72
  In textscantool at 66
??? Attempt to reference field of non-structure array.

07 Aug 2009 Handling Large Data Sets Efficiently in MATLAB Handling Large Data Sets Efficiently in MATLAB® Author: Stuart McGarrity Danila

27 Jul 2009 MDF Import Tool and Function GUI tool and function to import signal data from MDF (Measure Data Format) files Author: Stuart McGarrity Patzer, Andreas

Hi all,

my name is Andreas Patzer and I'm the business development manager of CANape (Vector Informatik GmbH).

Thanks for the development of the import possibility of MDF-files into Matlab.
Please keep in mind that there is not ‘THE’ MDF file. In the early 90’ the MDF format was developed by Vector and Bosch and meanwhile there are some different MDF versions that are supported by CANape. Since years every development step was done in corporation with ETAS, to make sure that their and our customers have the same format.

One of the comments was like “ … not any more dependent of INCA MDA ..”. From my opinion ;-)) the very best tool to analyze MDF files is CANape or the analyzing subset of CANape, called CANgraph.

If you want to handle the MDF content in the Matlab workspace, please use the export possibilities in CANape. File | Converter options | Matlab Export Converter …

Please do not hesitate to contact me Andreas.patzer@vector-informatik.de

Thanks
Andreas

22 Jul 2009 Handling Large Data Sets Efficiently in MATLAB Handling Large Data Sets Efficiently in MATLAB® Author: Stuart McGarrity Johansen, Steen

Very interesting. This should be a part of the standard documentation.
I only wish I had found this when it was posted.

08 Jun 2009 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity Brown, Abel

Great non-trivial example! I know OO already so this was great for syntax, organization etc. Helped me out a lot!

28 May 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Farah

My problem above was easily fixed, I had not entered in the right key for tab delimited, which is '\t'. Stuart pointed this out to me :). Textscantool worked super fast after, opening what it said would take an hour in a second

28 May 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Farah

Hi, this is just what I needed!!!! thanks so much for uploading. I'm working with microarray data (2.1 million rows and multiple column .txt files) and need to selectively import rows, so it's perfect.
But I have encountered a problem. My .txt files are tab delimited, however textscantool reads it as comma delimited. I tried changing the delimiter manually substituting '|' for ',' but that didn't help. Can you please let me know how to fix this? thanks!

21 Apr 2009 Bluetooth modulation and frequency hopping Bluetooth modulation and frequency hopping Author: Stuart McGarrity Pendli

Is it possible to calculate BER vs SNR with this model. Any help will be greatly appreciated.
please mail me to pavan250@gmail.com.

Thanks
Pavan

17 Apr 2009 MDF Import Tool and Function GUI tool and function to import signal data from MDF (Measure Data Format) files Author: Stuart McGarrity Brandt, Ingmar

Hello!

I've got some problems with the tool. Some signals in my CANape generated mdf-files (MDF - Version 3.1) are importable, some others aren't. The error message is the following one:

??? Error using ==> mdfimport>datatypeformat at 1944
Unsupported number of bits for unsigned int

Error in ==> mdfimport>mdfread at 1683
    datatype=datatypeformat(signalDataType,numberOfBits); %Get signal
    data type (e.g. 'int8')

Error in ==> mdfimport>mdfload at 1097
            [data
            signalNames]=mdfread(MDFInfo,dataBlock,selectedChannels);
            % Load specified signals

Error in ==> mdfimport>importdatawithoptions at 2250
                mdfload(options.MDFInfo,dataBlock,channelIndices,options.blockDesignation,ws,options.additionalText);
                
Error in ==> mdfimport>importdata_Callback at 345
    importdatawithoptions(options);

Error in ==> gui_mainfcn at 96
        feval(varargin{:});

Error in ==> mdfimport at 78
    gui_mainfcn(gui_State, varargin{:});
 
??? Error while evaluating uicontrol Callback

Does anybody have an idea if this problem is fixable? And if, how?

Thx Ingmar

12 Mar 2009 chkmem Detect and Diagnose MATLAB® Memory Fragmentation Problems Author: Stuart McGarrity Linda

12 Mar 2009 chkmem Detect and Diagnose MATLAB® Memory Fragmentation Problems Author: Stuart McGarrity Linda

29 Jan 2009 Comparison of C++ and MATLAB Using Object Oriented Application Example Wireless Communications Application Example Used to Compare C++ and MATLAB® Code Author: Stuart McGarrity Samurai

I think it is very good for me to learn this issure. Thanks a lot.

27 Jan 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Jordan, Michael

27 Jan 2009 Textscantool GUI to read large text files Author: Stuart McGarrity Leynes, Gene

OMG, this thing is the cat's meow. I can't believe Mathwork's doesn't have something like this.
Some ideas:
+ Read the first few row(s) of data to test columns for number values for smarter defaults (rather than all strings). I wrote something like this in VBA if you’d like it.
+ Include brief data definitions for the data types (do I need an int32 or int64? I don’t know!)

15 Jan 2009 Bluetooth Full Duplex Voice and Data Transmission Simulink® and Stateflow® model of a full duplex Bluetooth® communication link. Author: Stuart McGarrity Qais, Aiman

Is it possible to download it to the phones and make Master/Slave with PC.

31 Dec 2008 DTMF generator and receiver DTMF generator and receiver Author: Stuart McGarrity Hoshang

31 Dec 2008 DTMF generator and receiver DTMF generator and receiver Author: Stuart McGarrity Hoshang

11 Dec 2008 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity j, shayam

27 Sep 2008 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity mistry, pooooo

want some detail info

25 Sep 2008 MDF Import Tool and Function GUI tool and function to import signal data from MDF (Measure Data Format) files Author: Stuart McGarrity Wang, J.

excellent tool!

24 Sep 2008 Textscantool GUI to read large text files Author: Stuart McGarrity Kim, J

>> textscantool
??? Too many inputs.

Error in ==> textscantool at 82
pushButtonHandlesCell=cellfun(@(x) findobj(fig,'Tag',x),pushButtonHandlesGUITags,'Uniform',false);

Could you please let me know what's wrong?

22 Sep 2008 Import Fig File to Axes Import fig file to axes Author: Stuart McGarrity Daniels, Dom

Useful in itself, but would be perfect if it could import subplot based figs to a new axes (ie redesign the axes)

17 Sep 2008 Import Fig File to Axes Import fig file to axes Author: Stuart McGarrity Doe, John

Does exactly what it was supposed to!

11 Sep 2008 IS-95A Mobile Phone Call Processing IS-95A Mobile Phone Call Processing Author: Stuart McGarrity dinh, nguyen

i can download this file

24 Aug 2008 Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code Author: Stuart McGarrity D, Adrian

Your effort is appreciated, but this comparison needs improvement. You've neglected to use language-specific idioms and techniques, making this into little more than a comparison of syntax. That's OK, but I believe the purpose of language comparisons is to highlight useful features. Programmers can write C++ code in any OO language, which seems to be what happened here.

20 Aug 2008 Bluetooth voice transmission Bluetooth Voice Transmission Author: Stuart McGarrity tsai, tasi

Dear All,

I tried to run bluetooth voice model in Matlab's demos.
But, fail. Does somebody run successful for the demos at R13-SP1?
how to fix to make the simulation runnable?
Thanks!

18 Aug 2008 802.11b PHY MATLAB Code 802.11b PHY MATLAB® Code. Author: Stuart McGarrity tripathi, shweta

25 Jun 2008 Comparison of C++ and MATLAB Using Object Oriented Application Example Wireless Communications Application Example Used to Compare C++ and MATLAB® Code Author: Stuart McGarrity Minala, Richard

19 Jun 2008 MDF Import Tool and Function GUI tool and function to import signal data from MDF (Measure Data Format) files Author: Stuart McGarrity ., Andreas

Thanks a lot!

17 Jun 2008 Textscantool GUI to read large text files Author: Stuart McGarrity matlabber, best

too sweet!

17 Jun 2008 Textscantool GUI to read large text files Author: Stuart McGarrity J, Max

generated code runs real quick

16 Jun 2008 MDF Import Tool and Function GUI tool and function to import signal data from MDF (Measure Data Format) files Author: Stuart McGarrity P., Sven

 

MATLAB Central Terms of Use

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