Feeds
질문
MATLAB code for Lambert W function
Please, I need a help, how do I perform this evaluation
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
Plotting of graph showing increasing & decreasing in the same plot
I want to plot a graph which should display increasing shape, decreasing shape, etc in one graph without any of the curves affec...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting of graph with multiple curve
for a function with 2-unknown parameter, I wrote this code below. Is there any way it can be improved? clear all q=.9; x ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I perform the summation were i is in the interval [0,n] as shown in the attached pdf
This is the code I used: clear all q=1; k=1; n=2; i=1; for r = 0:n A(r) = nchoosek(n,r)*(prod(1:r+...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there any error in my code?
These are my codes to plot the graph of f(x, q) = (q^4/(q^3+6))(1+x^3)exp(-qx) clear all q = 0.4; x = linspace(0,20);...
8년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
I'm new in using matlab and I need help in plotting the graph of the function f(x, Q) = (Q^2/(Q+1))exp(-Qx) with different values of Q. My code is shown below. When i run it, I have a blank graph. Where am I wrong and how can I correct my error?
I am using R2010a. Please, can you copy the R2017a MATLAB version and send to me through this media? This will help me! Thank yo...
I'm new in using matlab and I need help in plotting the graph of the function f(x, Q) = (Q^2/(Q+1))exp(-Qx) with different values of Q. My code is shown below. When i run it, I have a blank graph. Where am I wrong and how can I correct my error?
I am using R2010a. Please, can you copy the R2017a MATLAB version and send to me through this media? This will help me! Thank yo...
8년 초과 전 | 0
답변 있음
I'm new in using matlab and I need help in plotting the graph of the function f(x, Q) = (Q^2/(Q+1))exp(-Qx) with different values of Q. My code is shown below. When i run it, I have a blank graph. Where am I wrong and how can I correct my error?
Thank you Andrei Bobrov. But it could not still solve it. Please, I need more response.
I'm new in using matlab and I need help in plotting the graph of the function f(x, Q) = (Q^2/(Q+1))exp(-Qx) with different values of Q. My code is shown below. When i run it, I have a blank graph. Where am I wrong and how can I correct my error?
Thank you Andrei Bobrov. But it could not still solve it. Please, I need more response.
8년 초과 전 | 0
질문
I'm new in using matlab and I need help in plotting the graph of the function f(x, Q) = (Q^2/(Q+1))exp(-Qx) with different values of Q. My code is shown below. When i run it, I have a blank graph. Where am I wrong and how can I correct my error?
clear all for i = 1:4 q = input('input the parameter theta q'); x = linspace(0,10); for i = 1:length(x) f(i...
8년 초과 전 | 답변 수: 4 | 0
