Erick Guzman
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
207,596
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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 can i know if x position of a vector is empty?
im trying this to know if that element(1,2) is empty or zero, to make a decision from that condition if (ps1(1,2))==0 pare...
2 years ago | 2 answers | 0
2
answersQuestion
how can i draw some points but diferent colors depends of a condition?
while n<= l if 0<d(p)<=10 h=images.roi.Point(gca,'Position',[x(n) y(n)],'Color','b'); elseif 10<d(p)<= ...
2 years ago | 1 answer | 0
1
answerQuestion
how can i create "x" empty vectors to begin refill it?
i wanna do something like, example: p=input("please input the number of vector that you want:") i dont know if use while or fo...
2 years ago | 1 answer | 0
1
answerQuestion
How can I get if some functions are intercepted? having the equation of the line
i need to know only if the functions are intercepted, i dont wanna know the point. Something like if the functions really are in...
2 years ago | 1 answer | 0
1
answerQuestion
I can create an identity matrix simulating the union of two points? starting from its coordinates
i really need creatis this array in direction of two points, why? because i wanna detect with another array (a plane of a floor)...
2 years ago | 0 answers | 0
0
answersQuestion
why i cant use "occupancyMap", it looks like a dont recognize it as a function.
clc clear all close all map = robotics.BinaryOccupancyGrid(20,20); setOccupancy(map,[8 8],0.2); setOccupancy(map,[8 9]...
2 years ago | 1 answer | 0