Eric Diaz - MATLAB Central
photo

Eric Diaz


University of California San Diego

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Professional Interests: Medicine, Radiology, BioEngineering, Image Processing, Signal Processing, Statistics, Physics

Estadística

All
MATLAB AnswersCodyFrom 03/12 to 01/25Use left and right arrows to move selectionFrom 03/12Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
9.458
of 296.498

REPUTACIÓN
2

CONTRIBUCIONES
8 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
62.5%

VOTOS RECIBIDOS
1

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


TroubleShoot FMinSearch with subscript assignment mismatch
I keep getting the following error: Subscripted assignment dimension mismatch. Error in fminsearch (line 190) fv(...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Respondida
How do you fit non-negative exponential decay that is biased with non-uniform noise over time?
If anyone can clarify John's last response or help in replying to my last comment, I would greatly appreciate it.

alrededor de 9 años hace | 0

Pregunta


How do you fit non-negative exponential decay that is biased with non-uniform noise over time?
We often make assumptions when we model exponential decays. The most common assumptions that I know of are, 1) the signal is ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Does anyone know how to figure out a workaround to avoid computing overflow/underflow/NaN/inf in this algorithm?
M14 = Signal.^14; M12 = Signal.^12 ; M10 = Signal.^10; M8 = Signal.^8 ; M6 = Signal...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use the function 'fit' on array of data and create an array of 'fit objects'
The 'fit' function does not seem to be friendly with arrays / matrices / variables. for ii = 1:size(Y,2) fitVar(ii)=fit(...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please explain difference in image variance algorithms ... E-10 for all tests
Can someone please explain why these different algorithms are giving slightly different results for the variance of an image? ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Automatically trim/remove/crop black borders/margins from images / volumes
Is there any way to easily and efficiently automate "trimming / removing / cropping" of "black / 0", "borders / margins" from "i...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Respondida
[DEPRECATED] What frustrates you about MATLAB?
The only thing that I can really think of is cost. MATLAB is an extraordinary programming environment. I would love to work i...

más de 10 años hace | 1

Pregunta


Please explain difference in results between these variance algorithms which should be null?
Can someone please explain why these different algorithms are giving slightly different results for the variance of an image? ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need help with simulink
I am completely new to simulink and don't know where to start. I would like to create an object with certain intrinsic properti...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

casi 13 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

casi 13 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 13 años hace

Go to top of page