photo

Terry McGinnis


MITCOE

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

10 Domande
0 Risposte

RANK
110.271
of 300.331

REPUTAZIONE
0

CONTRIBUTI
10 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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: ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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 : ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta