Rank: 1249 based on 62 downloads (last 30 days) and 2 files submitted
photo

Navan Ruthramoorthy

E-mail
Company/University
The MathWorks, Inc.
Lat/Long
42.30010223388672, -71.35041809082031

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Navan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Dec 2010 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy twitter, update, status, matlab, utilities 16 14
  • 4.75
4.8 | 4 ratings
31 Jul 2008 Screenshot Simple Audio Editor This is a simple audio editor GUI to read, write, cut, copy, paste, filter and analyze audio data. Author: Navan Ruthramoorthy editor, audio processing, audio, speech, wave, video processing 46 2
  • 4.66667
4.7 | 3 ratings
Comments and Ratings by Navan View all
Updated File Comments Rating
30 Apr 2012 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy

Hi Michael,

Did you run javaaddpath as mentioned in my previous comment when you start MATLAB? You may need to add this to your startup file.

17 Dec 2010 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy

Michael and Menachem,
Sorry I did not check the code in R2007b after the update. Apache commons package is not available in R2007b. To make it work in R2007b you need to do the following.

1. Download the Apache commons codec binaries from http://commons.apache.org/codec/download_codec.cgi.
2. After you extract the binaries add the jar file to the java path using
javaaddpath('<pathtofile>/commons-codec-1.4.jar'). Replace <pathtofile> with the directory where you extracted the files.
3. In twit.m replace the line:114 which currently is
114: outputStream.write(java.lang.String(msgEncodedStrforPost).getBytes());

with the following two lines.

msgEncodedStrforPostString = java.lang.String(msgEncodedStrforPost);
outputStream.write(msgEncodedStrforPostString.getBytes());

After this it should work. Let me know if this helps.

From R2008a the Apache commans libraries are available and the code works without any changes.

08 Dec 2010 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy

I have updated the script with OAuth support. The user needs to do a one time registration of the function as an application at twitter.com to get OAuth keys. The details are provided as part of help in the script. It is easy to use the function once you obtain the keys.

20 Oct 2010 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy

Hi Matt, I am working on an update for the authentication method.

Comments and Ratings on Navan's Files View all
Updated File Comment by Comments Rating
10 May 2013 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy Orlando

Do I use the same "Application Name" and "Website" that you used in the M-file example? I don't have an application name to put there. Sorry. New at this.

05 Mar 2013 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy freeman, Tobe

Dear Navan Ruthramoorthy
Having troubles with an error message (below). Can you help?

I corrected/added the authentification details in twitter4j.properties but this didn't help.

Error using twit>throwError (line 136)
Authentication details were not correct.
Error in twit (line 120)
throwError(ME.message);

30 Apr 2012 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy Ruthramoorthy, Navan

Hi Michael,

Did you run javaaddpath as mentioned in my previous comment when you start MATLAB? You may need to add this to your startup file.

23 Apr 2012 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy Antaran, Michael

Navan-

It's back! This worked for me at one time.

??? Undefined variable "Base64" or class "Base64.encodeBase64".

Error in ==> twit>doHMAC_SHA1 at 160
signStr = java.lang.String(Base64.encodeBase64(mac.doFinal(bytes)));

Error in ==> twit at 99
oauth_signature = doHMAC_SHA1(signStr, signKey);

Can you help me again.

thanks

10 Apr 2012 Simple Audio Editor This is a simple audio editor GUI to read, write, cut, copy, paste, filter and analyze audio data. Author: Navan Ruthramoorthy Serrano, Arturo

Top Tags Applied by Navan
audio, audio processing, editor, matlab, signal processing
Files Tagged by Navan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Dec 2010 Update twitter status Update your Twitter® status from MATLAB® Author: Navan Ruthramoorthy twitter, update, status, matlab, utilities 16 14
  • 4.75
4.8 | 4 ratings
31 Jul 2008 Screenshot Simple Audio Editor This is a simple audio editor GUI to read, write, cut, copy, paste, filter and analyze audio data. Author: Navan Ruthramoorthy editor, audio processing, audio, speech, wave, video processing 46 2
  • 4.66667
4.7 | 3 ratings

Contact us