MATLAB
Statistics
21 Questions
0 Answers
RANK
120.115
of 295.467
REPUTATION
0
CONTRIBUTIONS
21 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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
meer dan 5 jaar ago | 3 answers | 0
3
answersQuestion
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.
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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....
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Problem with code running
function prm = path_planner % Import Obstacle Locations filename ='Simple2Obst.txt'; delimiterIn = ' '; headerlinesIn = 0;...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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; ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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.
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
Can somebody explain this function?
function feasible=feasiblePoint(point,map) feasible=true; % check if collission-free spot and inside maps if ~(point(...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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);
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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'...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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)
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
I am working on obstacle avoidance and path following code. For which I have made different functions in matlab. My question when ever I run them it says "Not enough input arguments".Is this is the problem with Matlab software ,I am using R2017a.
code for obstacle drawing function drawObstacles(obstacles) if(~ isempty(obstacles)) plot(obstacles(:,1), obstacl...
ongeveer 6 jaar ago | 0 answers | 0