From: dilip sing on
hi everyone,
this is dilip sing from india.
actually i am not the frequent user of matlab but as per my project need i should learn basics of matlab

i have specific question like whether matlab is programming language or scripting language? can you explain in detail as i am confused between them as some of the resource says "it's programming language" some of them says "it's scripting language"

thanks
dilip sing
From: us on
"dilip sing" <sing_dilip112(a)yahoo.co.in> wrote in message <i2k064$kq0$1(a)fred.mathworks.com>...
> hi everyone,
> this is dilip sing from india.
> actually i am not the frequent user of matlab but as per my project need i should learn basics of matlab
>
> i have specific question like whether matlab is programming language or scripting language? can you explain in detail as i am confused between them as some of the resource says "it's programming language" some of them says "it's scripting language"
>
> thanks
> dilip sing

a hint:
- here's where to get started with ML...

http://www.mathworks.com/access/helpdesk/help/techdoc/learn_matlab/bqr_2pl.html

us
From: dpb on
dilip sing wrote:
> hi everyone,
> this is dilip sing from india.
> actually i am not the frequent user of matlab but as per my project need
> i should learn basics of matlab
>
> i have specific question like whether matlab is programming language or
> scripting language? can you explain in detail as i am confused between
> them as some of the resource says "it's programming language" some of
> them says "it's scripting language"

What is your definition of the difference (and, more significantly, what
difference does it make?) A rose by any other name...

Matlab is a programming language in the sense of being complete. It is
sometimes referred to as a scripting language owing to being interactive
and interpreted, not compiled.

--
From: Wayne King on
"dilip sing" <sing_dilip112(a)yahoo.co.in> wrote in message <i2k064$kq0$1(a)fred.mathworks.com>...
> hi everyone,
> this is dilip sing from india.
> actually i am not the frequent user of matlab but as per my project need i should learn basics of matlab
>
> i have specific question like whether matlab is programming language or scripting language? can you explain in detail as i am confused between them as some of the resource says "it's programming language" some of them says "it's scripting language"
>
> thanks
> dilip sing

Hi Dilip Sing, I think MATLAB is definitely its own programming language. Of course you can also write scripts in MATLAB, but any useful scripts will undoubtedly make use of MATLAB as a programming language.

Wayne