Biswajit Debnath
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
35.674
of 301.432
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.280
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.555
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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=...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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(...
alrededor de 11 años hace | 2 respuestas | 0

