Info
此问题已关闭。 请重新打开它进行编辑或回答。
question on target tracking using simulink blocks
2 次查看(过去 30 天)
显示 更早的评论
Sir i'm working on target tracking. I took image from workspace and found out target coordinates in next frame. These coordinates generated through simulink blocks should go to workspace for a new image and the loop should repeat.
So how do i send my answer form simulink to workspace. plz help
0 个评论
回答(1 个)
ES
2014-2-27
You can use a to Workspace block (Available under sinks in the Simulink Block Library).
Say your co ordinate variables are X_coordinate and Y_coordinate, You can use this X_coordinate and Y_coordinate as the variable names in the simout block. These values will be saved in the workspace during/after simulation. The Next iteration can pick up.
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!