How to read .s2p file as we read .xlsx file in Matlab. I am making a gui and it is having this as its feature.
15 ビュー (過去 30 日間)
古いコメントを表示
function ReadDefinationButtonPushed(app, event)
file = uigetfile('*.xlsx');
a = readtable(file);
display(a.Parameter)
end
Similarly I want to read .s2p file. Is their any provison to read .s2p file in similar way.
0 件のコメント
回答 (1 件)
Benjamin Thompson
2022 年 6 月 8 日
The RF toolbox seems to have a function rfwrite:
There are a variety of submissions on MATLAB File Exchange, such as this one:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!