Statistica
All
RANK
152.222
of 295.569
REPUTAZIONE
0
CONTRIBUTI
6 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 11 anni fa
Domanda
The question about signal power in watts
Hi guy, I am trying to use the AWGN Channel in the Simulink. Previously, I used awgn(y,SNR,'measured') in the Matlab. Now I nee...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
How to evalute the accuracy of the regressed model?
The simple model configuration is supposed as y = k/x. I want to use this to fit the scatter data. Using the command "regress" w...
circa 13 anni fa | 0 risposte | 0
0
risposteDomanda
How to regress with the simple model like y=kx or y=k/x
Usually, the regression is done in Matlab with "regress", but it recommends the input X with a column of ones. And I find that i...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Can I adjust the matrix of state-space model during simulation in Simulink?
I want to change the system matrix during the dynamic simulation within the Simulink. I can do that with following codes using t...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
How to estimate the auto-correlation function value r(k)=E[X(n)X(n-k)]
If X(n) is an available time series, I want to estimate the auto-correlation function value of r(k). The definition of r(k) is r...
oltre 13 anni fa | 1 risposta | 0
1
rispostaRisposto
How to use the polyfit block in Simulink
Actually, my question is simple that can I do the same process in simulink as the codes did shown above?
How to use the polyfit block in Simulink
Actually, my question is simple that can I do the same process in simulink as the codes did shown above?
oltre 13 anni fa | 0
Domanda
How to use the polyfit block in Simulink
I want to do the same thing in simulink as the commands shown below: clear all clc x=[0:0.01:1]'; a=[-2 5 6]'; f=@(x) a(1)*x.^2+...
oltre 13 anni fa | 6 risposte | 0