photo

Zulhash Uddin


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

Feeds

보기 기준

질문


How to remove message from fsolve result
%Following code giving results with message clc clear options = optimset('Display','off'); f=@(x)[3*x(1)^3+x(1)^2-18; x(2)^3...

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

3

답변

질문


How to remove text from fsolve result
clc clear all f=@(x)[3*x(1)^3+x(1)^2-18; x(2)^3-5*x(2)^2+10]; x = fsolve(f,[0.001 0.001]) %RESULT as F...

13년 초과 전 | 답변 수: 3 | 2

3

답변

질문


I am simulating water level at every 1 minute interval from an event of rainfall. I am using Jacobian method of 5 row and 5 column
I am simulating a biorention swale wherein rainfall runoff is coming into catch basin and catch basin is connected to a pipe (up...

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

1

답변