Matlab内で作成したボード線図の点列データのエクスポート方法
显示 更早的评论
Matlab内で以下のコードを入力しボード線図を作成しました。その点列データ(周波数、ゲイン)をOriginやExcelにエクスポートしたいのですが、いくら調べてもエクスポートする方法が見つからないのでご教示をお願いします。
Differential = tf([1 0],[1]);
LPF = tf([1],[1 1]);
Inexact_differential = tf([1 0],[1 1]);
bodemag(Differential,LPF,Inexact_differential)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 プロットのカスタマイズ 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!