photo

Joseph


Last seen: 대략 1개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
246,501
of 300,302

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,040

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Explorer
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


launchpad xL c2000 tms320f28069m with Simulink
I tried running a demo example on plecs rt box with a launchpad xL c2000 tms320f28069m : but I have the error: *** Starting...

4개월 전 | 답변 수: 0 | 0

0

답변

질문


launchpad xL c2000 tms320f28069m with Simulink
I currently installed the c2000 software on matlab and I want to do some real time simulations on a plecs rt box with has tms320...

4개월 전 | 답변 수: 1 | 0

1

답변

질문


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); % %%%%%%%%%%%%%%%%...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변