photo

Rafael Fehér


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
16,348
of 297,503

평판
2

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
2

순위
 of 20,449

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


If Statement In ode45() With Symbolic Variables
I have the following system of two Second-Order ODEs: syms q(t) y(t) structure_oscillator = diff(y,2) == -2 * zeta * diff(y) -...

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

0

답변

질문


Using ode45 To Solve a System of 2nd Order ODEs
I have the following set of 2 Second Order ODEs: I need to solve these equations simultaneously, so that in the first equati...

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

1

답변

질문


Phase Angle in Vortex-Induced Vibrations
Dear Matlab community, I'm having problems when trying to calculate and plot the phase angle of a cylinder undergoing Vortex-In...

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

1

답변

질문


Using DisplayName Within a Loop
I'm trying to plot multiple different legends to my plot. I'm trying the following code: col_sim = {'-ro', '-bs', '-*k','-gx'...

4년 초과 전 | 답변 수: 2 | 1

2

답변

질문


Adding Horizontal Offset Within a Loop
I need to plot this figure in Matlab: The code here is simply: for i=5:16 plot(DataRx(:,i),DataRy(:,i)) hold on e...

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

1

답변

질문


Adding multiple lines in plot using annotation
I want to add 3 lines to my plot using annotation, but I can't figure out one way to do it jumping line. I'm trying: dim = [0.1...

거의 5년 전 | 답변 수: 2 | 1

2

답변