![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/32953471_1707596405542_DEF.jpg)
Joseph
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
144.395
of 297.016
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
MXarray Problem Found an Mxarray
UpsilonT=zeros(n_u*Np,n_y*Np); Gamma=zeros(n_y*Np,n); H = zeros(6,6); W_inv = zeros(6,6); lSTE = zeros(6,3); % %%%%%%%%%%%%%%%%...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
Suscripted Assignment in to Mxarray is not supported for code generation
Gamma=zeros(n_y*Np,n); cont=1; for k=1:n_y:n_y*Np row_i=k; row_f=k+n_y-1; Gamma(row_i:row_f,:)=C*A^(cont)...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
If I have an array and I need to find an element in the array how do I go about it?
say states, states = [1 0 0; 1 1 0 0 1 0 0 1 1 0 0 1 ...
9 Monate vor | 3 Antworten | 0
3
AntwortenFrage
Error: The "A" matrix must be a numeric array with no Inf's or NaN's.
coder.extrinsic("testcon2dis") I_2 = eye(2); O_2 = zeros(2); Ac_xy = [O_2 -(1/Lfilter)*I_2 O_2; (1/Cfilter)*I_2 O_2 -(1/Cfilt...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
Could not determine the size of this expression
n_y = 2; Np = 7; %% Output sequences Yref=zeros(n_y*Np,1); %Yref(1:2,1)=[Rr*real(Vo_xy_ref),Rr*imag(Vo_xy_ref)] ; % Const...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
I am getting an error on the last line saying Input and target has different samples, Any suggestions?
load pumpFeatures.mat t = table2array(T(:,1:84)); Y = table2array(T(:,85)); % features (X) are stored in the first 84 colum...
12 Monate vor | 1 Antwort | 0