Sergio E. Obando
Followers: 0 Following: 0
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.
MATLAB
Spoken Languages:
English, Spanish
Professional Interests:
AI and Statistics, Structural Analysis, Applied Mathematics
Statistics
RANK
8,030
of 295,448
REPUTATION
6
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
2,548 of 20,227
REPUTATION
664
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
16
ALL TIME DOWNLOADS
6295
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
2 months ago | 1
| accepted
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 ...
2 months ago | 0
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? ...
2 months ago | 0
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: ','...
4 months ago | 0