Feeds
提问
Programmatically get edge ids from geometry of femodel
I am using matlab's pde toolbox and setup a geometry for femodel like this: gd = [3 4 0 1 1 0 0 0 1 1]'; % Example: A simple sq...
5 days 前 | 1 个回答 | 0
1
个回答提问
Cannot load an object of class 'ClassificationKNN': Its class cannot be found in compiled executable
Hi folks, I try load load an object of ClassificationKNN from a mat file. Which works with no issues from the MATLAB Deskop. ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to change the timebase of a discrete-time model.
I have identified a model, e.g. like this: tf1 = tfest(data, 2, 1, 'Ts', data.Ts, 'Feedthrough', true); Now I want to apply th...
4 years 前 | 1 个回答 | 0
1
个回答提问
bandwidth returns inf on transfer function
I have a tf object tf1 = From input "u1" to output "y1": 0.3645 s + 0.0003711 -------------------------- s^2...
4 years 前 | 1 个回答 | 0
