photo

Biswajit Debnath


Last seen: 5年弱 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
35,674
of 301,301

評判
1

コントリビューション
8 質問
0 回答

回答採用率
37.5%

獲得投票数
0

ランク
 of 21,236

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,897

コントリビューション
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

回答