How to read Touchstone files on MATLAB Online
이전 댓글 표시
Hello,
i recently started using Matlab online instead of the desktop version and i cant import Touchstone files like i used to.
i checked that RF toolbox is enabled on the Online version.
the error i get from using the command ( sparameters('S11.s1P') ) is as follow:
Error using rf.file.touchstone.Data/read
Unable to open file S11.s1P.
Error in rf.file.touchstone.Data
Error in rf.internal.netparams.AllParameters/readRFFile
Error in rf.internal.netparams.AllParameters
Error in rf.internal.netparams.ScatteringParameters
Error in sparameters (line 82)
obj = obj@rf.internal.netparams.ScatteringParameters(varargin{:});
Error in Untitled (line 10)
BCC=sparameters('S11.s1P');
Thanks for the help
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 RF Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!