photo

@Johannes


TU München

Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
10 Risposte

RANK
3.814
of 300.364

REPUTAZIONE
14

CONTRIBUTI
0 Domande
10 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 10 anni fa | 0

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

circa 10 anni fa | 0

| accettato

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

circa 10 anni fa | 1

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

circa 10 anni fa | 0

| accettato

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

circa 10 anni fa | 0

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

circa 10 anni fa | 0

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

circa 10 anni fa | 0

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

circa 10 anni fa | 0

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

circa 10 anni fa | 0

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

circa 10 anni fa | 0

| accettato