How to Graph integrals?
Hello everybody,
I have a little trouble here. I’m trying to graph the following auction at first price:
syms x a
gamma = 0.3;
b_hat= 0.542;
fun = b/2;
F(a) = int(fun, x, 0, a);
fplot(F,[0 1])
But I still can’t get it, I would appreciate it if you could help me.Hello everybody,
I have a little trouble here. I’m trying to graph the following auction at first price:
syms x a
gamma = 0.3;
b_hat= 0.542;
fun = b/2;
F(a) = int(fun, x, 0, a);
fplot(F,[0 1])
But I still can’t get it, I would appreciate it if you could help me. Hello everybody,
I have a little trouble here. I’m trying to graph the following auction at first price:
syms x a
gamma = 0.3;
b_hat= 0.542;
fun = b/2;
F(a) = int(fun, x, 0, a);
fplot(F,[0 1])
But I still can’t get it, I would appreciate it if you could help me. graph, integrals MATLAB Answers — New Questions