photo

Sergio E. Obando

Actif depuis 2016

Followers: 0   Following: 0

Message

I'm a Senior Application Engineer at MathWorks focused on Data Science and Cloud/Production workflows. Mechanical engineer and Mathematician by education. Note: I may not be able to reply directly to your message. For assistance, please contact Technical Support or post your question to MATLAB Answers. Any comment, suggestion, or opinion on the MATLAB Answers community are my own and do not represent MathWorks.

Programming Languages:
MATLAB
Spoken Languages:
English, Spanish
Professional Interests:
AI and Statistics, Structural Analysis, Applied Mathematics

Statistiques

All
MATLAB Answers

0 Questions
4 Réponses

File Exchange

2 Fichiers

Cody

0 Problèmes
2 Solutions

RANG
8 181
of 298 554

RÉPUTATION
6

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
2 533 of 20 617

RÉPUTATION
676

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
27

ALL TIME TÉLÉCHARGEMENTS
6421

RANG
86 617
of 161 660

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • 5-Star Galaxy Level 3
  • Explorer
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • Scavenger Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
What is the setting in Production Server for auto deployment and how do I set this up?
According to the documentation, archives placed on the auto-deploy folder are automatically unpacked if your server is managed t...

8 mois il y a | 1

| A accepté

Réponse apportée
R2024b parpool crashing when being activated with 24 workers.
While not exactly the same error, this post covers some good troubleshooting steps: Validation Fails If you prefer or if those ...

8 mois il y a | 0

Réponse apportée
Need to show solutions (x) per iteration
Hi Roberto, I am curious what information or capability from the "optimtool" you feel is missing in the "optimize" live task? ...

8 mois il y a | 0

Réponse apportée
How do I take input from a user (equation in terms of x) and convert it into an equation matlab would understand and use this to perform a differentiation in order to perform a newton-raphson method.
You could use something like this: syms f(x) xr=input('input initial guess: '); func=input('input function in terms of x: ','...

9 mois il y a | 0