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
126,404
of 293,962
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
2,550 of 20,063
REPUTATION
659
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
21
ALL TIME DOWNLOADS
6244
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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? ...
4 hours 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: ','...
2 months ago | 0
Solved
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
3 years ago
Submitted
Structural and Thermal Analysis with MATLAB (April 2018)
Live scripts, files, and slides for "Structural and Thermal Analysis with MATLAB" webinar
6 years ago | 15 downloads |
Submitted
Beyond Excel: Enhancing Your Data Analysis with MATLAB (August 2017)
These are the files for the Webinar "MATLAB for Excel Users" which was presented in August 2017.
7 years ago | 6 downloads |
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years ago