photo

kandlev


Last seen: 대략 5년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
62,750
of 301,200

평판
0

참여
8 질문
0 답변

답변 채택
12.5%

획득한 표
0

순위
 of 21,190

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,339

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


filtering out letters in an image
For %A, I only showed all the periods. For %B, I only showed all the i's and j's For %C, I want to only show all the o's For ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Getting the maze solution to not wrap around the maze itself, and be centered off the walls.
function C = solvemaze(A) A = imread('maze09.png'); [rows cols numberOfColorBands] = size(A); monoImage = single(A); max...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Counting coins on a greyscale image - using morphological and/or f transforms
I am trying to convert the image into a binary image, using the function form: function C = coins2bw(A) where A is a 2D graysc...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Maze Solving using morphological reconstruction
I need help completing/fixing my script. I have seen the other maze solutions already, but I don't need most of the color plane ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Simulation of Dynamic Response (Aircraft)
I know how to input matrices and how to plot impulse responses etc, but not when given in this format. I’m not sure how to lay i...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Eliminating background using a mask - use color spaces, histogram, thresholding, intensity transformation
This project involves eliminating the background of the peppers2.png image by creating a mask image. The mask should seek to ret...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Solving for an unknown in a resonance test
I am trying to find X in each case for y1, y2 and y3 for a resonance test but im not sure how to fix it when I get this error. a...

거의 6년 전 | 답변 수: 0 | 0

0

답변