akawi
Replies to this thread:
More by akawi
What people are reading
Subscribers
Please log in to subscribe to akawi's postings.
:: Subscribe
|
|
[VIEWED 6269
TIMES]
|
SAVE! for ease of future access.
|
|
|
|
akawi
Please log in to subscribe to akawi's postings.
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
|
| |
|
|
|
|
lukhurke
Please log in to subscribe to lukhurke's postings.
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/
|
| |
|
|
lootekukur
Please log in to subscribe to lootekukur's postings.
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?
|
| |
|
|
akawi
Please log in to subscribe to akawi's postings.
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.
|
| |
|
|
kaaliketi
Please log in to subscribe to kaaliketi's postings.
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 365 days
| Recommended Popular Threads |
Controvertial Threads |
| TPS Re-registration case still pending .. |
| ANA and AJAY KUMAR DEV. RAPISTS CONVENTION |
| tesla stock OMG !! |
| TPS for Nepal likely to extend next week |
| Conservative discussions |
| सालीको चाक |
| TPS To F-1 COS |
| Embassy of Nepal might be able to help extend TPS for Nepal |
| I hope all the fake Nepali refugee get deported |
| Those who are in TPS, what’s your backup plan? |
| Homeland Security revokes temporary status for 532,000 Cubans, Haitians, Nicaraguans and Venezuelans |
| Venezuela TPS lawuit |
| ChatSansar.com Naya Nepal Chat |
| Who is hottest nepali female? |
| Looking for girl |
| TPS for Venezuela is terminated, only 60 days extension for transition period |
| TPS to F1 Status. |
| Nepal TPS has been Extended !!! |
| legal Query for married nepali girl now have taken US citizenship |
| Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years) |
|
| Looking for girl |
| Who is hottest nepali female? |
|
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.
|