photo

Terry McGinnis


MITCOE

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
0 답변

순위
149,981
of 300,779

평판
0

참여
10 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


attempt to execute script as function
i am trying to implement edge detection for a given input image using the following code: im1=edge(d,'sobel'); but am ge...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


cant add matrices of same dimensions
im trying to add an image to a matrix of ones for which i have used the following code: c=imread('C:\Users\Richik\Desktop\i...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


converting matrix to array
Is there a way to convert a n x n matrix into a n^2 x 1 array,such that all the elements in the array(or horizontal vector) appe...

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

1

답변

질문


substitute for do while loop
I need to implement and exit controlled loop in matlab.Is there a efficient replacement to the 'do...while' that can be in matl...

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

1

답변

질문


summation of array elements
I have an array of say 5 elements and I want to run a loop and find the cumulative sum till the ith iteration eg. array if f...

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

1

답변

질문


different answers for implementing summation
im trying to implement summation in the following 2 ways: 1. f1=[10 20 30 40 50] x1=[1 2 3 4 5] J=0 for i=1...

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

2

답변

질문


how to input image to 2 D gaussian
I need to implement a 2d gaussian fitting only want to fit a circularly-symmetric Gaussian.I am modifying the code given in: ...

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

0

답변

질문


obtaining greyscale image as nxm matrix
i have a gray scale image and wish to obtain values in matrix form.(as in an n x m matrix).This is what i have attempted : ...

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

1

답변

질문


variance modification for gaussian fitting problem
i am trying to implement gaussian fitting for 2D images and am using the code from- http://in.mathworks.com/matlabcentral/fil...

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

0

답변

질문


can't understand this statement
while impliminting the code for bilateral filtering from link http://in.mathworks.com/matlabcentral/fileexchange/12191-bilate...

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

1

답변