photo

Biswajit Debnath


Last seen: environ 5 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
35 674
of 301 922

RÉPUTATION
1

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
0

RANG
 of 21 464

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 177 400

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 11 ans il y a | 2 réponses | 0

2

réponses