photo

Henn


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
1 답변

순위
97,288
of 300,364

평판
0

참여
6 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Everytime I run specific fplot function, for some reason my entire matlab program freezes. If I run anything else, it works just fine. Why does this happen?
syms t(y) t(y) = (3.8e6)/(16.1070*1.466*y)*((6.9607*y*95.2e6)/(3.8e6*(6.9607*(1-y)-1)))^(1-y) fplot(t(y))

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


I want to run a Monte Carlo Simulation on my entire script, How do I do it.
Hey guys, I have attached my script in this question. I want to be able to simulate my script 1000 times so that I can have a 10...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


I have a matrix which is 2x1 that contains the roots of a quadratic polynomial. How do I assign a variable to only take the positive root?
I have this code, shown below, to obtain the roots of a quadratic equation. How do I assign the variable alpha_1 to always take ...

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

2

답변

질문


I have a matrix which is 1000 columns and 3621 rows, how do I take the mean of each row?
Basically I want to turn my matrix from dimensions 3621x1000 into 3621x1 by taking the means of each row. Thank you for your...

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

2

답변

질문


how do i extract volatility, standard deviation from a time series data set
Hey Ladies and Gents, I have a time series data of daily wind speeds. How can I extract the volatility, standard deviation, a...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Problem with fsolve and nonlinear equations
I have attached my script file and function file. The error message I keep receiving is this: Error in fsolve (line 230) ...

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

2

답변

답변 있음
I keep getting this error (Failure in initial user-supplied objective function evaluation. FSOLVE cannot continue)
My current script looks like this: for kk=1:+1:21; sigma=sigmastart+0.01*(kk-1) beta1 = 0.5-alpha/sigma^2+sqrt((0....

8년 초과 전 | 0