How to Resolve a Plotting Error in Matlab?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
solas99
Messages
69
Reaction score
1
HI,

i have a set of data that i want to plot with matlab, using an equation.
i have all x data points and want to generate y values for each x data point.

function y =marko(x)


y= (4.11/1.98)*{(1/4*((1-x/L).^2))-(1/4)-(x/L)};

x=(218+data points)

from the command window i have called:

y=marko(x);

i keep getting an error in marco (line4)

can someone help me figure out what i am doing wrong here.
 
Physics news on Phys.org
Can you post your complete code?

I'm unsure what your L is.

You might also have better luck posting this sort of thing in the homework help, or in the general computer science locations in the future.
 
Last edited: