photo

Biswajit Debnath


Last seen: 거의 5년 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
35,674
of 301,537

평판
1

참여
8 질문
0 답변

답변 채택
37.5%

획득한 표
0

순위
 of 21,318

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,234

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to get around the " Attempted to access para(2); index out of bounds because numel(para)=1." error that appears in the following code?
I have a code which has three parts in it viz. the main PSO code, the function and the Simulink block. On running the main PSO c...

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

0

답변

질문


Can anybody help me debug the following matlab code?
I have a code for parameter estimation of a discrete transfer function model and it shows the error that vector lengths must be ...

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

1

답변

질문


Why do I get an error concerning the animrule object of rule viewer on running my simulation model??
The simulink model is attached herewith. On running it, I get the following error message "QTP_fuzzy_logic_controller/Fuzzy Logi...

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

0

답변

질문


how to make the constant block pick up parameter values from a 'clickfcn' annotation??
On running the simulink model attached herewith, I get the error "Error evaluating parameter 'Value' in 'quadruple_tank_interact...

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

0

답변

질문


how to deal with the error "Attempted to access t(5001); index out of bounds because numel(t)=2000."
if true clc; clear all; close all; to=0; tf=2; d=0.001; n=tf/d; y=zeros(1,n); r=zeros(1,n); x=zeros(4,n); s=zeros(1...

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

1

답변

질문


how to deal with the "Subscripted assignment dimension mismatch" occuring in line 32 of the code?
if true clc; clear all; close all; to=0; tf=10; r=0.001; n=tf/r; y=zeros(1,n); d=zeros(1,n); d_cap=zeros(1,n); d_ca...

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

1

답변

질문


The plot for t and ssdot in the following code cannot be displayed as it shows a vector length mismatch. Please suggest how I can get around it...
if true % clc; clear all; close all; %to=0; tf=10; d=.001; n=tf/d; y=zeros(1,n); r=zeros(1,n); x=zeros(2,n); s=...

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

1

답변

질문


How do I deal with the following error "??? Subscripted assignment dimension mismatch" occuring in line 32 of the following code..
clc; clear all; close all; to=0; tf=2; d=0.01; n=tf/d; c=5; y=zeros(1,n); r=zeros(1,n); x=zeros(...

대략 11년 전 | 답변 수: 2 | 0

2

답변