JIBIN GEORGE
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Iteration is not stopping. Can you please help thanks.
clf clc clear all close all %Obstacle #1 Obpf1= 4.5; Obs1 = [275 0]; %Obstacle #2 Obpf2= 4; Obs2 = [200 90]; %Ob...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Index in position 1 is invalid. Array indices must be positive integers or logical values. getting this error command while running this code
old_obs_1 = plot3(Obs5(1,1), Obs5(1,2), Z(round(Obs5(1,2)),round(Obs5(1,1))),'o','MarkerSize',20, 'MarkerFaceColor','r','MarkerE...
3年弱 前 | 2 件の回答 | 0
2
回答質問
I want to move an object along Y axis up and down. how can I do this? Thanks in advance.
made this using function Obs5 = [125 0]; obst(125,0,5,1) function obst(x,y,r,n) theta= linspace(0, 2*pi,n); x1= x...
3年弱 前 | 1 件の回答 | 0
1
回答質問
I am getting an error 'Index in position 2 is invalid. Array indices must be positive integers or logical values.' please help ? Thanks in advance.
clf clc clear all close all %Obstacle #1 Obpf1= 4.5; Obs1 = [275 0]; %Obstacle #2 Obpf2= 4; Obs2 = [200 90]; %Ob...
3年弱 前 | 1 件の回答 | 0
1
回答質問
HOW CAN I USE 3 DIFFERENT DATA TO TRAIN NEURAL NETWORK
I am trying to train a neural network with raw data, normalised data and standardised data.But it shows some errors. I need to d...
3年以上 前 | 0 件の回答 | 0