Community Profile

photo

Bálint Udvardy


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
How generate combination list of 4 independent vectors?
Try to use the 'combvec' function. It generates all possible conbinations of the given vectors. For your case it can be called a...

4 years ago | 1

Question


Is it possible to calculate the average Manhattan distance between a set of 2D points with one function?
Is there an easier way to calculate the average Manhattan distance between a set of points easier than I have it in my code? I h...

4 years ago | 1 answer | 0

1

answer

Question


How can I create a grid/array of state buttons similar to those in minesweeper?
I want to create a grid of clickable buttons in App Designer. The program should create an N by M matrix of buttons, accordingly...

6 years ago | 0 answers | 0

0

answers

Question


How can I create matrix of state buttons in app designer?
I want to create a matrix of state buttons in app designer to give the user hints for solving a nonogram (also known as picross)...

6 years ago | 0 answers | 0

0

answers

Question


How does the for-cycle check its conditions?
I have a problem with using for cycle. Inside the cycle i want to decrease the maximum iteration for the cycle (see the code bel...

6 years ago | 2 answers | 0

2

answers

Question


How do I remove perspective view and separate the object of interest in the image?
I am working on a nonogram solver in matlab. The whole thing would be able to solve a nonogram from a digital image of the puzzl...

6 years ago | 0 answers | 0

0

answers

Question


How do I get the dimensions of matrices in cell array?
I have a cell array, which contains coordinates of points in the image (representing the bounding boxes of recognised digits via...

6 years ago | 1 answer | 0

1

answer

Question


How can i get the coordinates of corner points of an object inside the image?
I am working on a nonogram solver in matlab for a school project. After separating the largest connected component of the image ...

6 years ago | 0 answers | 0

0

answers