photo

Joseph


Last seen: 2 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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

2 months ago | 3 answers | 0

3

answers

Question


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

3 months ago | 1 answer | 0

1

answer

Question


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

3 months ago | 1 answer | 0

1

answer

Question


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

5 months ago | 1 answer | 0

1

answer