Feeds
질문
How to define a function in correct form and plot it out?
I want to plot the equation: Here is my code and error messages: T = linspace(0,1000,10); u = @(k,T,h_,n,m) k*T.*log(exp(pi...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to make plot of an equation?
I want to plot the equation with E in x-axis and n in y-axis: And here is my code and the respond: E = linspace(-10,10,0.1);...
거의 4년 전 | 답변 수: 1 | 0

