photo

ISABELLE GUNDRUM


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
1 Réponse

RANG
114 147
of 298 917

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 660

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 162 875

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Réponse apportée
Projection problem as a for loop
Ca is a matrix of many 3D coordinates. I want it to subtract coord_o from each coordinate in the matrix as individual vectors.

plus de 2 ans il y a | 0

Question


Projection problem as a for loop
I am trying to create a loop that finds the mean projection onto the line. The coordinates of the line arfe set, but the coordin...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


Creating a bounding box that is not a perfect rectangle
Currently, my code allows me to select a ROI in an image and then it creates a bounding box. This bounding box, however, is a re...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to crop a region of interest in an image based on the area in pixels?
In the code below, I open and crop three images by selecting the four corners of the region of interest, which is a rectangular ...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


How do I convert pixels to centimeters?
I've been using this code below to convert from pixels to centimeters by measuring a line known to be 1 cm in the image. I recen...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


How do I extract the vertices to see their position?
I have vertices of a polygon stored in polyin{k} and I'm wondering how to extract them so that I can view their positions and ...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Measuring distance between centroid and perimeter points
My code currently allows me to draw three polygons on an image and then plot the centroid. How do I measure the distance between...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to display a polygon and its centroid
I am using this code to draw polygons on an image, but I am unsure of how to later display the drawn polygon and centroid on the...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


I keep receiving an error saying "execution of script drawpolygon as a function is not supported", even though it has previously worked.
My code: for k=1:3 c{k} = zeros(1,3); end for k = 1:3 tmp = input(['Press any key to draw Polygon # ' int2str(k) ':...

plus de 3 ans il y a | 2 réponses | 0

2

réponses