photo

@Johannes


TU München

Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
10 Réponses

RANG
3 642
of 297 457

RÉPUTATION
14

CONTRIBUTIONS
0 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 20 438

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 158 938

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to calculate wind direction& speed from U and V wind components
Hi, the formulas you need are easy to find in the internet. Do you have a specific problem with MATLAB? http://www.mathwo...

plus de 9 ans il y a | 0

Réponse apportée
Partial Derivative and its roots
Hi Ali, instead of the inline function you should use Anonymus Functions because inline will be removed in future releases. ...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
solution of ode's with inputs using ode45
Hello, i agree with your linear approach. But in your nonlinear script you are mixing linear control theory with a nonlinear ...

plus de 9 ans il y a | 1

Réponse apportée
How to extract user entered properties from Simulink Lowpass Filter block?
Hello, you can try to extrcat the Dialog Parameters of your Lowpass block. Type the following command in your Matlab Command W...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
Solving 2nd order ODE with various methods
Hello, in your example you are using ODE45 to solve your ode. ODE45 is a solver which is using the method of Runge Kutta (RKF...

plus de 9 ans il y a | 0

Réponse apportée
I have a complex ODE, why do the results vary dpending on the solver?
Hello, because ODE8 und ODE14x are using different numerical Methods to solve your ode. ODE8 is an explicit solver while ODE...

plus de 9 ans il y a | 0

Réponse apportée
Simulink - starting calculations in subsystem with some delay
Hello, there is a Memory Block in Simulink which applys one integration step delay to your simulation. This could be a Solutio...

plus de 9 ans il y a | 0

Réponse apportée
Plot Mag[H(j2pif)] as a function of frequency over the range of 0 to 4 KHz
Hello, you can use the command "bode(H,{wmin,wmax})" where wmin (=2pifmin) and wmax are your boundaries to plot the diagram o...

plus de 9 ans il y a | 0

Réponse apportée
[Beginner] Simulink - Active Low Pass Filter of 1st Order
Hello, what kind of errors are appearing? What Version of Matlab do you use? Is it possible to upload the Model to MatlabAns...

plus de 9 ans il y a | 0

Réponse apportée
setting y axis data in figure
Hi, to narrow the data space you can use the following commands, ax=gca; ax.YLim = [20 78]; ax.YTick = 20:2:78...

plus de 9 ans il y a | 0

| A accepté