photo

ON


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
1 Risposta

RANK
110.457
of 300.381

REPUTAZIONE
0

CONTRIBUTI
3 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


How can I model a power system in simscpae to calculate the line losses ( >250 km)?
I want to model a power system in order to calculating the line losses for diffrent hours during 3 months. I have data for activ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Converting from floating point to fixed point.
I need to convert for example -0.0126842654631061924064283630286809057 into a 16 bit signed value.

circa 3 anni fa | 0

Domanda


Converting from floating point to fixed point.
How can i convert from floating point to two's complement? I need to convert a vector of filter coefficients from Filter Designe...

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


I try to run a for loop to plot the function y(t) for 0.1<=t<=0.9 for 5 diffrent t. Can you help me with my code?
x=-10:0.01:10 ; y=zeros(5,length(x)) for t=1:2:9 y(t)=((exp((-t*0.1).*x))./(sqrt(1-(t*0.1)^2))).*sin(x.*sqrt(1-(t*0.1)^2)+a...

oltre 3 anni fa | 1 risposta | 0

1

risposta