
Sierra
MATLAB
Spoken Languages:
Korean
Statistics
35 Questions
0 Answers
RANK
33.098
of 263.017
REPUTATION
1
CONTRIBUTIONS
35 Questions
0 Answers
ANSWER ACCEPTANCE
45.71%
VOTES RECEIVED
1
RANK
of 18.001
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113.953
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
Content Feed
Question
how to fill the circle with hexagonal grid ?
I want to plot hexagonal grid in geoplot. but i don't know how to do. I attached the coordinates data and the image what i expe...
2 dagen ago | 0 answers | 0
0
answersQuestion
how to plot hexagonal grid in geoplot?
I want to plot hexagonal grid in geoplot. but i don't know how to do. I attached the coordinates data and the image what i expe...
3 dagen ago | 0 answers | 0
0
answersQuestion
is it possible to plot hexagonal grid in geoplot?
I want to plot hexagonal grid in geoplot. but i don't know how to do. Please Let me know. Thanks.
4 dagen ago | 0 answers | 0
0
answersQuestion
how to plot hexagon inside boundary?
I have boundary coordinates and I want to fill the patch with hexagons just like honeycomb. Pleast let me know how to do this...
9 dagen ago | 1 answer | 0
1
answerQuestion
how to generate synthetic data using probability?
I have trajectories data. and I wanna make synethetic trajectories using probability, if possible, using gaussian process. ...
15 dagen ago | 1 answer | 0
1
answerQuestion
how to generate new data using Gaussian Process?
I have 2dtrajectories(longitude, latitude). I want to make(or generate) similar trajectories to trajectories i have using Gaus...
16 dagen ago | 0 answers | 0
0
answersQuestion
how to know the coordinates when I know the one coordinates, angle and distance between two coordinates?
I know one coordinates (126.4303, 37.4951), angle(108 degrees(true north)), and distance ( 8 nautical mile). I want to know the...
26 dagen ago | 1 answer | 0
1
answerQuestion
how to geoplot with color after projinv?
before projinv, I made this plot. and after projinv, I plotted this polyshape in geoplot, and i found that there are unconnct...
ongeveer 2 maanden ago | 0 answers | 0
0
answersQuestion
how to use a polybuffer without changing the polygon's shape?
I've used polybuffer. but when the d(distance) is a largen number, the buffer is someting like circle(round). so I used sqaure ...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
is it possible to use polybuffer to geopolyshape?
I've tried but it didn't work. Thanks.
ongeveer 2 maanden ago | 0 answers | 0
0
answersQuestion
how to do union of geopolyshape?
I made several geopolyshapes in geoplot. but I want to merge every geopolyshape to one geopolyshape, I've used union of plot...
ongeveer 2 maanden ago | 0 answers | 1
0
answersQuestion
how to make a patch on geoplot?
I made a patch on plot. i wanted to make a same patch on a geoplot. but it didn't work. It would be good if you explain wit...
ongeveer 2 maanden ago | 2 answers | 0
2
answersQuestion
the plot and the patch is totally different from same data, how to solve it?
for i = 1:length(trajectory) plot3(trajectory(i).Longitude, trajectory(i).Latitude, trajectory(i).Altitude) hold o...
ongeveer 2 maanden ago | 0 answers | 0
0
answersQuestion
how to set a range of data instead of percentile?
I want to set a range of data instead of percentile I used percentile to do this before. but big problem occured when the numb...
ongeveer 2 maanden ago | 2 answers | 0
2
answersQuestion
how to make two other points to make a plane?
I'm trying to use function now. [I,check]=plane_line_intersect(n,V0,P0,P1) % n: normal vector of the Plane % V0:...
ongeveer 2 maanden ago | 0 answers | 0
0
answersQuestion
how to find a normal vector?
for example, there are 2 points. P0(4,3,2) ,P1(8,5,4) and the vector ->P0P1 I know that In three dimension, there are infinite ...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
how to use multiple 'for loop' for one function?
intersection_point = []; for i = 1:length(mean_trajectory_double)-1 for j = 1:length(RKSI_Arr_33R) for k ...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
how to plot a plane using equations of planes?
I want to plot a plane using normal vecotr which is perpendicular to a plane. my data is lon,lat,alt data(3D). I used this ...
ongeveer 2 maanden ago | 2 answers | 0
2
answersQuestion
how to project trajectories on a plane which is made from normal vector?
Hello Everyone, I have trouble projecting trajectories on a plane. First, there are a lot of trajectories which is consist of d...
2 maanden ago | 0 answers | 0
0
answersQuestion
Is it possible to make a circle containing specific points?
I want to make a circle using 'percentile'. for example, If the percentile is 100, the circle contains every points. I know ho...
3 maanden ago | 1 answer | 0
1
answerQuestion
How to do vector projection?
I have longitude, latitude data(aircraft's trajectory data). and I want to use a vecotr projection to make a second image. ...
3 maanden ago | 1 answer | 0
1
answerQuestion
how to know 'y' values of points when we only know 'x' values?
I know the coordinates of red points and slope of red line. the black line is perpendicular to red line. I know 'x' values...
3 maanden ago | 1 answer | 0
1
answerQuestion
How to find the 'y' values of line which is perpendicular to another line?
I have (x, y) data of the blue line, and the only the x data of the red points. I want draw a line which is perpendicular to ...
3 maanden ago | 0 answers | 0
0
answersQuestion
how to know 'y' values perpendicular to a line?
I have longitude, latitude, altitude data of aircraft. and I plotted trajectoris of aircrafts(I only drawed mean trajecorty he...
3 maanden ago | 1 answer | 0
1
answerQuestion
how to make patch which is perpendicular to the line?
I have longitude, latitude, altitude data which is aircraft data. I made patches which contain trajectory(consisting of lon,lat...
3 maanden ago | 0 answers | 0
0
answersQuestion
how to make a patch using normal vector?
I made patch and connect them. so I could make a someting like a tube. but the result(first image) is not what i intended to ma...
3 maanden ago | 0 answers | 0
0
answersQuestion
How do I put the patch in the correct position?
I have a longitude(x), latitude(y), altitude(z) data, which is aircraft data. I made a patch using my data. but the patch is lo...
3 maanden ago | 1 answer | 0
1
answerQuestion
how to plot 3d using patch?
i have a example code. but i don't know how to adapt this code to my data. my data is longitude, latitude, altitude data(aircr...
3 maanden ago | 1 answer | 0
1
answerQuestion
how to make a cross section of lines and connect cross sections?
i have trajectory data(longitude, latitude, altitude). I want to make a cross section of lines, which consist of data(longitu...
3 maanden ago | 1 answer | 0
1
answerQuestion
how to make a boundary using percentile?
i have trajectory data(longitude, latitude, altitude). what i want to make is a boundary(second image). the boundary is mad...
3 maanden ago | 1 answer | 0