photo

Juan Camilo Medina


The University of Notre Dame

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
10 Respuestas

File Exchange

3 Archivos

CLASIFICACIÓN
7.502
of 297.457

REPUTACIÓN
4

CONTRIBUCIONES
0 Preguntas
10 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
1.045 of 20.438

REPUTACIÓN
1.789

EVALUACIÓN MEDIA
2.90

CONTRIBUCIONES
3 Archivos

DESCARGAS
7

ALL TIME DESCARGAS
17598

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Help with writing program with the matrix
Y=D*X; If you have Y and are looking for X then: X=D\Y;

casi 12 años hace | 0

Respondida
How to give a final value to solve an ODE's, instead of the standard initial values?
There are different methods to solve a boundary value problem, which is effectively what you have. The easiest one is the shooti...

casi 12 años hace | 0

Respondida
How to adjust legend
"Legend" will label whatever has been drawn in your figure; therefore, you need to invoke the legend command right after you plo...

alrededor de 12 años hace | 0

Respondida
Subscript after greek alphabet
It depends on what kind of interpreter you have set up, but the default Matlab math and Greek letters format follow latex style,...

alrededor de 12 años hace | 0

Respondida
supress high amplitude signal and only keep low amplitude
If they oscillate at different frequencies, you can create a high-pass filter, just read the help for the functions [B,A]...

alrededor de 12 años hace | 0

| aceptada

Respondida
How can I analyze a set of data in the form of ratios?
var()

alrededor de 12 años hace | 0

Respondida
Problem With GA toolbox?
You don't need to solve this numerically. The arguments that minimize the equation are the values that minimize each term in the...

alrededor de 12 años hace | 0

Respondida
optimization routine for function that is not smooth and also has a lot of local minimum
Based on my experience, the best way is to use simulated annealing, which is less heuristic than GA and it's powered by a Markov...

alrededor de 12 años hace | 0

Respondida
Finding a particular solution when there are infinitely many
your syntax is wrong, instead of using solve(m) try syms m a; k = @(a,m)a./(b.*((c)^2)*n)-sin(m).*((co...

alrededor de 12 años hace | 0

Respondida
How do I decide what Rp and Rs values to use in a lowpass elliptic filter?
Couple of things: Low_Freq should be approx: Sample_Rate/4/1.3 to prevent noise from aliasing into the low frequency region...

alrededor de 12 años hace | 0

Enviada


Plot All Font Types
Plots all the different font types in your Matlab version

alrededor de 13 años hace | 1 descarga |

2.3 / 5
Thumbnail

Enviada


Simpson's Rule Integration
Computes an integral "I" via Simpson's rule in the interval [a,b] with n+1 equally spaced points

casi 14 años hace | 4 descargas |

3.5 / 5

Enviada


Piecewise Hermite Cubic Interpolation
Interpolates with a Hermite cubic polynomial using the function values and corresponding derivatives

casi 14 años hace | 2 descargas |

0.0 / 5
Thumbnail