photo

Victor Quezada


Last seen: 4 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

All
  • Promoter
  • Commenter
  • Solver
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How does one solve simultaneous difference (not differential) equations?
It's better if you convert your set of diference equations into matrices and solve it by "\" operator.

alrededor de 4 años hace | 0

Respondida
Simulink Onramp doesn't work properly_MATLAB version R2019b
Hi. I had the same problem and have fixed: I updated my version from R2019b to R2020a (my license was still valid).

alrededor de 4 años hace | 0

Respondida
Problem with order of substitution with odeToVectorfield- Solving second order ode with ode45
Define your equations upside down, it worked for me. For example: clear syms x1(t) x2(t) f1(t) f2(t) m=[2 3];c=[3 1 1];k=[3 2...

más de 4 años hace | 0

Respondida
Finding best set of parameters by fitting the experimental data to different theoretical data obtained using different parameters.
Your question isn't very clear. The first thing you can try, ever, is to plot your theoretical and experimental data, afterwards...

más de 5 años hace | 0

Respondida
HOW TO IMPORT MATLAB DATA FROM Text files (* .txt)
Try something explained here: https://la.mathworks.com/help/matlab/import_export/ways-to-import-text-files.html Or here: https:...

más de 5 años hace | 0

| aceptada