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.
조회 수: 14 (최근 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!