photo

JIBIN GEORGE


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答