Michael
MathWorks
Followers: 0 Following: 0
Professional Interests: Math, Signal Processing, Controls
Statistiques
RANG
3 922
of 295 467
RÉPUTATION
14
CONTRIBUTIONS
2 Questions
9 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
7
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 2 ans il y a | 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...
plus de 2 ans il y a | 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 ...
plus de 2 ans il y a | 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...
plus de 2 ans il y a | 0
| A accepté
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. ...
plus de 2 ans il y a | 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...
plus de 2 ans il y a | 0
A résolu
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:...
presque 13 ans il y a
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...
presque 14 ans il y a | 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...
presque 14 ans il y a | 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: ...
presque 14 ans il y a | 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...
presque 14 ans il y a | 4 réponses | 3
4
réponsesQuestion
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...
presque 14 ans il y a | 2 réponses | 1