photo

bhargav mehar


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I am trying to write matlab statements required to plot sin x versus cos 2x from 0 to 2pi in steps of pi/10. The points should be connected by a red line.
I am trying to write matlab statements required to plot sin x versus cos 2x from 0 to 2pi in steps of pi/10. The points should...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Subscript indices must either be real positive integers or logicals?
The below code is not able to execute due to the stated error in the line "U(i,:)=max(lb,U(i,:))" , but I really cant find any ...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


Ackley Function 3D plot
Ackley function has the formula of I have been trying to plot the same but the function is not running. Please help me to un...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to solve this error while using ode15s.
function dx=man(t,x,V,VF,y,L,D,acond) dx =((V+VF)*y-L*x-D*x)*1/acond; end %%prob settings lb=[0 0 0 0 0 0 ]; ub= [100 120...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Not enough input arguments
function x=man(V,VF,y,L,D) x=(V+VF)*y/(L+D); end this is the simple function i defined and i am facing the error as sh...

3년 초과 전 | 답변 수: 1 | 0

1

답변