Feeds
回答済み
get BlockPath of all signals from a dataset
You can do the following: for i=1:numElements(data) YourCellArray{i,1} = convertToCell(data{i}.BlockPath); end I am not ...
get BlockPath of all signals from a dataset
You can do the following: for i=1:numElements(data) YourCellArray{i,1} = convertToCell(data{i}.BlockPath); end I am not ...
2年以上 前 | 0
質問
Variable Speed Driver for Induction Motors - Constant V/Hz Control
Hello everybody. I am trying to implement what should be a "simple" control for induction motors. I attach the *.mdl file in ca...
6年弱 前 | 1 件の回答 | 0
1
回答質問
Sliding window on Simulink
Hello everybody. I need to implement a sliding window in Simulink to obtain certain ammount of past data in a vectorial form. I...
約6年 前 | 0 件の回答 | 0

