Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Running java code in Matlab
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Animesh Pandey  
View profile  
 More options Feb 15 2011, 8:54 am
Newsgroups: comp.soft-sys.matlab
From: "Animesh Pandey" <apanimesh...@gmail.com>
Date: Tue, 15 Feb 2011 13:54:04 +0000 (UTC)
Local: Tues, Feb 15 2011 8:54 am
Subject: Running java code in Matlab
class HelloWorld
{
     public static void main(String[] args)
     {
           System.out.println("Hello World!");
     }

}

Q1. How do I run this 'Hello World' program on Matlab ? Please help !!

Q2. Is it possible to know the actual coding behind the functions in Matlab ?

Thank you !


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven_Lord  
View profile  
 More options Feb 15 2011, 9:08 am
Newsgroups: comp.soft-sys.matlab
From: "Steven_Lord" <sl...@mathworks.com>
Date: Tue, 15 Feb 2011 09:08:21 -0500
Local: Tues, Feb 15 2011 9:08 am
Subject: Re: Running java code in Matlab

"Animesh Pandey" <apanimesh...@gmail.com> wrote in message

news:ije0hs$s5b$1@fred.mathworks.com...

> class HelloWorld { public static void main(String[] args) {
> System.out.println("Hello World!"); } }
> Q1. How do I run this 'Hello World' program on Matlab ? Please help !!

http://www.mathworks.com/help/techdoc/matlab_external/f44062.html

> Q2. Is it possible to know the actual coding behind the functions in
> Matlab ?

It depends on the function.  If the function is implemented as a MATLAB
function file (with the .m extension) or as a MEX-file for which we provide
the source code, yes.  If not, no.

--
Steve Lord
sl...@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Animesh Pandey  
View profile  
 More options Feb 15 2011, 12:31 pm
Newsgroups: comp.soft-sys.matlab
From: "Animesh Pandey" <apanimesh...@gmail.com>
Date: Tue, 15 Feb 2011 17:31:05 +0000 (UTC)
Local: Tues, Feb 15 2011 12:31 pm
Subject: Re: Running java code in Matlab

ohk .... I also mean the predefined functions !!
Like there is a function "wavread" which reads a .wav file.
If I want to the code behind it, is it possible ??

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven_Lord  
View profile  
 More options Feb 15 2011, 2:35 pm
Newsgroups: comp.soft-sys.matlab
From: "Steven_Lord" <sl...@mathworks.com>
Date: Tue, 15 Feb 2011 14:35:38 -0500
Local: Tues, Feb 15 2011 2:35 pm
Subject: Re: Running java code in Matlab

"Animesh Pandey" <apanimesh...@gmail.com> wrote in message

news:ijed8p$ssg$1@fred.mathworks.com...

As I said above, it depends on the particular function.

> Like there is a function "wavread" which reads a .wav file. If I want to
> the code behind it, is it possible ??

Try using EDIT to open the function.  If it does, then it was implemented as
a MATLAB function file and you can read it.

edit wavread.m

--
Steve Lord
sl...@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »