photo

Juan Camilo Medina


The University of Notre Dame

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
10 Réponses

File Exchange

3 Fichiers

RANG
7 502
of 300 338

RÉPUTATION
4

CONTRIBUTIONS
0 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
1 049 of 20 922

RÉPUTATION
1 792

CLASSEMENT MOYEN
2.90

CONTRIBUTIONS
3 Fichiers

TÉLÉCHARGEMENTS
6

ALL TIME TÉLÉCHARGEMENTS
17631

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
Help with writing program with the matrix
Y=D*X; If you have Y and are looking for X then: X=D\Y;

plus de 12 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

Réponse apportée
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,...

plus de 12 ans il y a | 0

Réponse apportée
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]...

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
How can I analyze a set of data in the form of ratios?
var()

plus de 12 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

Réponse apportée
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...

plus de 12 ans il y a | 0

A soumis


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

presque 14 ans il y a | 1 téléchargement |

2.3 / 5
Thumbnail

A soumis


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

plus de 14 ans il y a | 4 téléchargements |

3.5 / 5

A soumis


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

plus de 14 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail