How to read touchstone files on MATLAB ?
Afficher commentaires plus anciens
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');
1 commentaire
Does that file exist in the current directory of Matlab Online? What does this return?
exist('S11.s1P')
dir(fullfile(pwd,'**','S11.s1P'))
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur RF Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!