To talk on Icrontic, just register!

It only takes 30 seconds.

Have an account? Sign in:

Forgot?
aleks_k
New to the neighborhood
aleks_k
1 Posts

Question matlab help

hi there,

i've just started using matlab. i have a task to do, but i don't know how, so please help.

i need to plot all the curves of the function v(t)=vp*e^((a+c*t)/(1+b*t)), while changing the values of vp, a, b and c between 0 and 1 with step change 0.1. The function is time dependant, so time should be changed between 1 and 100s with step change 1.

the curves for each constant should be shown in separate figure, meaning all the curves when Vp is changed and other values constant should be plotted in one figure, all the curves for varied a should be ploted in another figure and so on...

i've tried doing it with 5 nested cycles, but it doesn't work properly, so please, if anyone has idea...help
rebbo
New to the neighborhood
rebbo
2 Posts
you have not defined your problem completely.

"changing the values of vp, a, b and c between 0 and 1 with step change 0.1. "
do they change all together?? ... Try this:

t=1:100;
a=b=c=vp=0:0.1:1;

then just plot depending on your problem.

You can also try http://www.kluid.com for matlab help.
Similar Threads
Thread Thread Starter Forum Replies Last Post
Solving multiple equations using Matlab avi2112ben Matlab Help 3 22 Feb 2008 8:58pm
MATLAB help, LaGrange interpolation. hallaballooo Matlab Help 5 10 Aug 2007 10:05pm
MATLAB help= jpeg to avi dalisay Web & Digital Media 0 13 May 2006 5:03pm
Matlab help, shouldn't be hard... everettp Web & Digital Media 13 2 May 2006 9:51pm
Matlab help!!! pseudonym Web & Digital Media 11 11 Dec 2004 8:44pm

Go Back   Icrontic Forums > Tech: Software > General Software > Matlab Help
Jump to
This Thread Search this Thread
Search this Thread:

Advanced Search


Current time: 8:45am (GMT)
Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Get Vanilla instead. Trust me.