snapshot of signal automatically??
3 ビュー (過去 30 日間)
古いコメントを表示
Hi everybody...
I work at my final project...and I need to snapshot of my signal from serial port, but I need that automatically by codes not manually...
I can do that in Matlab, if yes, how to do that?
Help me please...
2 件のコメント
採用された回答
Walter Roberson
2012 年 11 月 10 日
getframe()
3 件のコメント
Walter Roberson
2012 年 11 月 10 日
F = getframe(h) gets a frame from the figure or axes identified by handle h.
getframe returns a movie frame, which is a structure having two fields: [...]
In other words the captured data is returned as an array, and you capture an axes (which would contain a plot). No figure name or signal name involved.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!