photo

Peter M Hogan


Last seen: 대략 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
132,332
of 300,369

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Newtons method for system of nonlinear equations
function p = sysNewton(f,J,x0,tol) % f is the system of equations as a column vector % this an anonymous function with a vec...

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

3

답변

질문


Newtons Method, help calling anon function inside of function file
Ok so I have been tasked with writing a file myNewton which finds the root of any function given the listed inputs. I am maybe m...

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

1

답변

질문


Anonymous function inside of function file
Attatched is the problem and my attempt so far.

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

1

답변

질문


Piecewise defined function ouput array problem
Here is the problem: t=linspace(0,50,100); v=[]; for i =linspace(1,100) if t(i)<10 && t(i)>~0 v(i)= 11*t(i)^2-5*t(i) e...

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

0

답변

질문


I want to combine two anon functions, p(h) and t(p) and plot them against each other
p= 29.921(1-6.8753*10^(-6)*h)^(5.2559) T=49.161*log(p)+44.932 i want to write a script such that p and t are anon functs and ...

거의 7년 전 | 답변 수: 1 | 0

1

답변