Info
此问题已关闭。 请重新打开它进行编辑或回答。
Why not have similar option and parameter structures for idgrey, idnlgrey, idpoly,...
1 次查看(过去 30 天)
显示 更早的评论
Many things have improved in the System Identification Toolbox from 2009b to 2012b. However, as I'm porting my old scripts, I'm still missing a more unified approach to the properties and identification options of the models. In the end it's "just" a sequence of data, models(time, parameters), optimization routines...
Example: In 2009b I created a list of option key value pairs to use with the pem command, which I applied to idgrey and idnlgrey model objects. In 2012b I have to create an options object with greyestOptions for idgrey estimation, but still use my old-fashioned list for idnlgrey estimation.
Similarly, why not have the same parameter structure for idgrey and idnlgrey. One has the parameter option 'free', the other 'fixed'.
In my opinion it's about time to tackle this. What do you think? How do you handle different model classes?
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!