photo

pb1106


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
277,633
of 301,186

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Get neighbours of an element in matrix
Hello, Is there some easy way to get all the pixels of an element from a matrix? For example. given the following matrix: M=...

6 years ago | 0 answers | 0

0

answers

Question


Create a graph from a matrix with 1 and 0
Hello, Let's suppose that I have this matrix: 1 1 0 0 0 1 1 1 1 0 0 0 1 1 ...

6 years ago | 1 answer | 0

1

answer

Question


Get intersection of two segments
Hi, I have these two following matrices: Can you help me with some way to check if every line from segmentBA intersec...

6 years ago | 2 answers | 0

2

answers

Question


How can I take segment points from convhull function and store them into a matrix?
Hi, I have the following figure. Here, I generated these 2 objects with this function that I wrote: function [regions] =...

6 years ago | 1 answer | 0

1

answer

Question


Semantic Segmentation with pretrained networks
Hello all, Given this tutorial Semantic Segmentation Using Deep Learning I've learned that for a semantic segmentation task ...

7 years ago | 0 answers | 0

0

answers

Question


Can someone please help me implementing this code without loop ?
Hello, Can someone help me to speed up this code? Without loops img = imread("my_img.png"); for i=2:256 for j...

7 years ago | 1 answer | 0

1

answer