photo

Rafael Fehér


Last seen: meer dan 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
21.518
of 300.343

REPUTATION
2

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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) -...

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


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...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


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'...

ongeveer 5 jaar ago | 2 answers | 1

2

answers

Question


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...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 5 jaar ago | 2 answers | 1

2

answers