Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Where to begin MATLAB

Status
Not open for further replies.

bimbla

Advanced Member level 1
Joined
Jul 13, 2001
Messages
418
Helped
23
Reputation
46
Reaction score
8
Trophy points
1,298
Activity points
3,597
mastering matlab 7 rapidshare

I want to start work in MATLAB.
What is a good place to start using it?

Any good tutorials?

Thanks in advance.

bimbla.
 

mastering matlab 7 ebook

Hi,

There are alot of technical books with applications in matlab. So in my opinion choose a subject that you are familiar in and you want to develop for example some algorithms and start playing with matlab. By the time pass you will be familiar with some functions of matlab that makes life easy for you in technical computing. Also this kind of books have a brief introduction of matlab. I am sure you can find one in ebook upload/download section
 

learn matlab mumbai

Just search this site(EDA E-Book, Articles & Specification Requests) for "Matlab",
and search the web for Matlab tutorials or examples. Matlab's syntax is very easy
compared to C or C++ ect....

Here is a cool little program to test your system.
Cheers

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

disp('Use '' ??? '' around the text titles you input!!!')
PcNam=input('Give this PC a name (i.e. 1_9GHz). ')
eval('bench');

clock_vector = clock;
time_str = sprintf(' %2ih%2im',clock_vector(4:5));
idx=1 % Start index counter
for bb = 1:length(time_str);
if (time_str(bb) == ' ');
time_str(bb) = '0';
else
time_str(idx)=time_str(bb);
idx=idx+1;
end
end

figure(1) % Call Figure 1
Grf_Nam=sprintf('C:\\%s_%s_1',PcNam,time_str)% Time stamp string
saveas(gcf,Grf_Nam,'bmp')

figure(2) % Call Figure 2
Grf_Nam=sprintf('C:\\%s_%s_2',PcNam,time_str)% Time stamp string
saveas(gcf,Grf_Nam,'bmp')

%%%%%%%%%%%%%%%%% END%%%%%%%%%%%%%%%
 

mastering matlab 7 rapidshare

An undergraduate course in Australia offers very good lecture notes

**broken link removed**

regards
 

    bimbla

    Points: 2
    Helpful Answer Positive Rating
how to start to work in matlab

I think the HELP & DEMO in the MATLAB are the best start point.
I had learn much in these two documents.
 

matlab tutorial rapidshare

I have some files about this topic.
if you give me youe E-mail, I'll send you these files.
They are some tutorials.
 

learn matlab in mumbai

Hi I would suggest use of help and lookfor command(again???) and suggest following books
Intro 2 Matlab Stephen j Chapman
i think this is a good book for begineers.
Mastering Matlab 7 -- <i donot know the author's name>
 

mastering matlab 7 rar

What I did to start with MATLAB was to try program simple equations from my physics course. I tried to program the i-v curve of a bjt and a FET and put out the equations. It was a very good course. Try something similar. After 2 months I made my own ADC simulator with GUI for input values, mistakes etc. I even got a price for it ( not for it exactly but it was part of my work).

D.
 

mastering matlab rapidshare

I think u should purchase one of the mastering matlab x series
 

rapidshare mastering matlab 7

It depends what kind of application you will use it for. For simple application (math), probably the help files and tutorial (you can google on the web). For simulink etc application, probably the demos in matlab is the best.
 

learn mathlab

also HELP & DEMO in the MATLAB are the best start point but you can use CTM matlab tutorial bye searching google with keyword "ctm control toolbox"
 

mastering matlab 7 ebook download

matlab has a very powerful help,
as you know mathlab 7 has 3 cds which 2 of them are just help if you work by mathlab and its help as a trial&error it is the best ebook for you
pay attention that matlab has two different help one is via command line and very abriged and the one in toolbar and very complete
 

rapidshare mastering matlab

Dear sir,

Steps in learning MATLAB is here:

the ocean of MATLAB is very deep for exploring all of it.
therefore you first see what you need for learning?
mathematics, graphics , ..?

then follow the steps:
1-If you are beginner go to MATLAB: HELP ->full help->contents->MATLAB
and study the lessons and exams in each category.

2- if you want to learn about special , go to
MATLAB: HELP ->full help->contents-> (toolbox name)

for example for filter design go to "filter design toolbox help"

3- if you want to preview a section, go to demo of the subject.
MATLAB: HELP ->full help->demos->(toolbox name)

4- if you want to know matlab related topics in special subject (e.g. servo motor)
go to HELP ->full help->search->(type:subject name)

5- and finally if you knoow tha function name go to
HELP ->full help->index->(function name)

of course another sorces is good but you have the MATLAB help with you all the time.
 

institutes teaching matlab in mumbai

The Matlab Help section is the best to start with.you will also find a lot of good e-books on it.
 

mastering matlab7 rapid

the following link can be useful for you :
web.ew.usna.edu/~mecheng/DESIGN/CAD/MATLAB
 

usna matlab download

wait me i will upload good pdfs nearly
 

matlab 7 rapidshare

Matlab help is huge resource. I think you can find ansver to almost avery newbie question. Try to use examples trom there and see what happens.
 

rapidshare.de/files matlab -rapidlibrary

A few usefull ebooks about matlab

A Guide to MATLAB: For Beginners and Experienced Users
**broken link removed**
Password: www.shrety.host.sk
or
**broken link removed**

Numerical Methods Using MATLAB (3rd Edition)
**broken link removed**

Computational Statistics Handbook with MATLAB
**broken link removed**
Password: www.AvaxHome.ru

Numerical Computing with Matlab
**broken link removed**
Password: www.AvaxHome.ru

Numerical Methods in Engineering with MATLAB
**broken link removed**
password: ebooksatkoobe

Graphics and GUIs with MATLAB, Third Edition
**broken link removed**
Password: www.AvaxHome.ru

Engineering and Scientific Computations Using MATLAB
**broken link removed**
**broken link removed**

Basics of MATLAB and Beyond
**broken link removed**
Password: www.AvaxHome.ru
 

stephen j. chapman,matlab,rapidshare

The best source to learn Matlab is the help of Matlab and there is book called Mastering Matlab
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top