
Michael
MathWorks
Followers: 0 Following: 0
Statistics
RANK
3.612
of 297.457
REPUTATION
14
CONTRIBUTIONS
2 Questions
9 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
7
RANK
of 20.438
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Parameter Estimation for MIMO systems using Simulink Design Optimization
Hello Kashan, Yes, Parameter Estimator works with systems that have multiple inputs and outputs. When you define your experi...
meer dan 2 jaar ago | 0
Error Appears while Using Simulink Design Optimization to Estimate Model Parameters for DC Motor
Hello Subin, Did you double check to make sure the time vector you provided in Motor_Vel_time is strictly monotonic? Since...
meer dan 2 jaar ago | 0
how do I solve the Parameter Estimator errors ?
Amr, are you able to share your model (either here or in a technical support service request) so we could try to reproduce what ...
meer dan 2 jaar ago | 0
Parameter estimation of EV charger to match measured input current
Hi Haroon, Since the model is in Simulink/Simscape, you can tune parameters using Simulink Design Optimization (SDO). To tun...
meer dan 2 jaar ago | 0
| accepted
Cannot select parameters to estimate using Simulink design optimization
If using the "Simulink Parameter" type, the variable itself is not numeric; instead, the numeric value is in the "Value" field. ...
bijna 3 jaar ago | 0
Most relevant variables to a Simulink model
You can use Sensitivity Analyzer app which is part of Simulink Design Optimization. Here's an example that determines the influ...
bijna 3 jaar ago | 0
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
ongeveer 13 jaar ago
Is it possible to calculate the tail probablitlies of the chi-square distribution in MATLAB 7.11 (R2010b)?
You can get the upper tail probablities for the chi-square distribution uisng the code below: chi2pval = @(x,nu) gammainc(x...
ongeveer 14 jaar ago | 1
How to hide the grid lines using GRIDM function behind a marker in map axes?
The grid lines appear in front of the marker as the default ‘ZData’ property of grid lines is positive. Set the ‘ZData’ values o...
ongeveer 14 jaar ago | 0
How can I bind .m files to MATLAB on Linux in MATLAB 7.9 (R2009b)?
Here is one way to do it: http://www.walkingrandomly.com/?p=300 Here is an excerpt from the above link in case it is broken: ...
ongeveer 14 jaar ago | 2
Question
How can the year 2011 be expressed as the sum of consecutive primes in MATLAB 7.11 (R2010b) ?
I heard that the number 2011 can be expressed as the sum of 11 consecutive prime numbers. How can I find those numbers in MATLA...
ongeveer 14 jaar ago | 4 answers | 3
4
answersQuestion
How to select only two items from the list box?
I want to select only two items from a list box. The list box should not accept more than two selected items. Please provide a...
ongeveer 14 jaar ago | 2 answers | 1