[Show all top banners]

akawi
Replies to this thread:

More by akawi
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 Scilab programing topics
[VIEWED 4084 TIMES]
SAVE! for ease of future access.
Posted on 06-01-07 4:47 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

In my experience, the best way to learn programming is to write some code, run it and see what happens. If you are successful, the next step is to change some parameters and re-run. Of course you need to know the basic rules.
Scilab is one of the programs I have been using for my work for last one and half years. I have found it quite useful and easy to learn. It is free-clone of Matlab. It have a lot of useful tools. Let us see what the following program does. If you find interesting I will explain about the codes in detail in my next postings.
[note: before using the program you will need to download scilab from www.scilab.org]

mode(-1)
for k=1:1
if k<10 then
kk='0'+string(k)
else
kk=string(k)
end

clf
// rect=[-k,-k,k,k];
// tics=[1,2,1,2];
// plotframe(rect,tics)
drawlater
f=gcf()
f.figure_size=[500,500]
for theta=10:10:180
j=0
t=theta*%pi/180
for i=-3:0.1:3
j=j+1
y(j)=i
x(j)=(1-y(j)^2/9)
x(j)=x(j)^0.5*5
end
for i=3:-0.1:-3
j=j+1
y(j)=i
x(j)=(1-y(j)^2/9)
x(j)=x(j)^0.5*5
x(j)=-x(j)
end
xnew=[x,y]*[cos(t),sin(t);sin(t),-cos(t)]
x1=xnew(:,2)
y1=xnew(:,1)
plot(x1,y1,'-r')
end
a=gca()
a.isoview="on"
a.axes_visible = ["off","off","off"]
drawnow
// xs2gif(0,'c:/TEMP/'+kk+'.gif')
end

 
Posted on 06-01-07 8:31 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Yes you are right Scilab is nice little program to learn numerical programming. One can easily switch to Matlab after learning this program.
If any body is interested in similar program for symbolic and also for some numerical programming just like in Maple and in Mathematica check out Maxima. It is also a free program. Click below for more

- http://maxima.sourceforge.net/
 
Posted on 06-01-07 2:58 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

how fast is it's compiler/interpreter? any advantage over matlab?
 
Posted on 06-02-07 2:28 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

My intention was to attract novices to programming. For those who are already using high-level-programming like MATLAB, I have nothing much to say.
I have used both SCILAB and Matlab for simple engineering problems. I have not found much difference in the speed. The biggest difference between Scilab and Matlab is the price. In my case Scilab has been sufficient to solve my problem.
I am putting one for gif file.

 
Posted on 06-02-07 10:25 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Thank u akawi for information.It's really useful for me.
 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 60 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
nrn citizenship
ढ्याउ गर्दा दसैँको खसी गनाउच
अमेरिकामा बस्ने प्राय जस्तो नेपालीहरु सबै मध्यम बर्गीय अथवा माथि (higher than middle class)
Travelling to Nepal - TPS AP- PASSPORT
TPS Work Permit/How long your took?
कल्लाई मुर्ख भन्या ?
Morning dharahara
मन भित्र को पत्रै पत्र!
Why Americans reverse park?
They are openly permitting undocumented immigrants to participate in federal elections in Arizona now.
lost $3500 on penny stocks !!!
Does the 180 day auto extension apply for TPS?
Another Song Playing In My Mind
Nepalese Students Face Deportation over Pro-Palestine Protest
जाडो, बा र म……
Guess how many vaccines a one year old baby is given
Elderly parents travelling to US (any suggestions besides Special Assistance)?
Susta Susta Degree Maile REMIXED version
Driver license help ASAP sathiharu
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters