photo

Michael

MathWorks

Last seen: 28日 前 2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Math, Signal Processing, Controls

統計

All
MATLAB Answers

2 質問
9 回答

Cody

0 問題
1 解答

ランク
3,679
of 300,799

評判
14

コントリビューション
2 質問
9 回答

回答採用率
50.0%

獲得投票数
7

ランク
 of 21,092

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
112,628
of 171,134

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

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...

3年以上 前 | 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...

3年以上 前 | 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 ...

3年以上 前 | 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...

3年以上 前 | 0

| 採用済み

回答済み
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. ...

3年以上 前 | 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...

3年以上 前 | 0

解決済み


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:...

14年弱 前

回答済み
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...

15年弱 前 | 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...

15年弱 前 | 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: ...

15年弱 前 | 2

質問


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...

15年弱 前 | 4 件の回答 | 3

4

回答

質問


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...

15年弱 前 | 2 件の回答 | 1

2

回答