Community Profile

photo

passioncoding


Last seen: 5 Monate vor Aktiv seit 2018

Programming Languages:
MATLAB

Statistiken

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How to save a GUI figure in matlab
Like this picture I wanted to save my GUI figure. But I dont know how to do that

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to save GUI plots
I have done simulation in GUI, I dont know how to save that Plot now. How can I save it.

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


circles moving with linear velocity
I have made some circles with fill command I want them to move them with some velocity.(linearly) xobs=[7.5 5.1]; yobs=[2.1 8....

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Randomly moving circles in a graph
I have created circles by the help of fill command. how can I make them movingly linearly. fill(xobs(k)+robs(k)*cos(theta),yobs...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with code running
function prm = path_planner % Import Obstacle Locations filename ='Simple2Obst.txt'; delimiterIn = ' '; headerlinesIn = 0;...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


function calling problem in my main
function [O]=fitness(x1,y1,x2,y2,start,goal) dis=distance(start,goal); theta=pathsmoothness (x1,x2,y1,y2,goal); z=dis+theta; ...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Trouble in writing equation
I am trying to create a function for following equation but getting no luck. I tried the following code but i dont know ...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Need help in writing this equation in MATLAB.
I am trying to make objective function in MATLAB and trying to write this equation in MATLAB but donot know how write and make f...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Conversion of C code to matlab code
I have a piece of code (arduino code) and I need to change it into MATLAB code. And I donot know how to do that. Can somebody p...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to make different points movable in MATLAB
I wanted help in making different point moving with constant velocity. All points should be moving at constant speed.

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


making obstacles moves with dynamic speed
if i have a random obstacles in the mobile robot environment by using matlab , how can i make that obstacle move randomly with d...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Making moving obstacles in an matlab
I have created random obstacles in MATLAB, (they are user acquired) now I am trying to make some obstacles randomly moving. I K...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have question related to occupied and non occupied spaces in MATLAB.
My research is related to finding the optimal path via avoiding obstacles. I have created random obstacles and a target with rob...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am making goal position on matlab by the help of cursor. Like every time when code runs the position of target is different. Now my question is how can I get the location of that goal so that I can use it for calculating distance. The code
h=msgbox('Please Select the Target using the Left Mouse button'); uiwait(h,5); if ishandle(h) == 1 delete(h); end xlabe...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can somebody explain this function?
function feasible=feasiblePoint(point,map) feasible=true; % check if collission-free spot and inside maps if ~(point(...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I get two different inputs on map ? like separate x and separate y by using ginput? like when I click first time I get x input and when click second time I get y value. the code which i am trying is below?
pause(1); h=msgbox('Please Select the centre for circle 1 using the Left Mouse button'); xlabel('Please Select the centre for ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How walls and obstacles can be created in matlab with using some shapes or sqaures (grid map)?
I am doing SLAM, I have been told to create map for robot which will see it and if any obstacle is found it will avoid it and at...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can anybody explain this function? what is the meaning of Q(1) ,Q(2)?
function [h]=sensor_view(Q,radius) x=Q(1); y=Q(2); theta=Q(3);

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can anybody explain the line part in code. What is the meaning of Corner1 (2) means?
line([corner1(2);corner2(2);corner3(2);corner4(2);corner1(2)],[corner1(1);corner2(1);corner3(1);corner4(1);corner1(1)],'color'...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How mapping and localization can be done without using path following technique for robots?
Can anybody help me with matlab code. (I cannot use Matlab built-in libraries)

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

0

Antworten