sara_87
Nov2-09, 02:55 PM
1. The problem statement, all variables and given/known data
If we have a function f with respect to t,
given:
h=a/n
t=i*h
so this means, t depends on n.
I have a function in matlab named num.m: where n is the only input and. My question is: if i num(10) i can generate a graph of t (x axis) against f (y axis) by the command: plot(t,f). and i can also generate a graph for n=80 by executing num(80)
but...how can i have them on the same graph?
i tried to plot them on the same graph, but i get an error: vectors must be of the same length.
2. Relevant equations
3. The attempt at a solution
Thanks in advance.
If we have a function f with respect to t,
given:
h=a/n
t=i*h
so this means, t depends on n.
I have a function in matlab named num.m: where n is the only input and. My question is: if i num(10) i can generate a graph of t (x axis) against f (y axis) by the command: plot(t,f). and i can also generate a graph for n=80 by executing num(80)
but...how can i have them on the same graph?
i tried to plot them on the same graph, but i get an error: vectors must be of the same length.
2. Relevant equations
3. The attempt at a solution
Thanks in advance.