Community Profile

photo

JIBIN GEORGE


Last seen: ungefär 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 2 answers | 0

2

answers

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 3 år ago | 0 answers | 0

0

answers