Borrar filtros
Borrar filtros

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.

5 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Benjamin Thompson
Benjamin Thompson el 8 de Jun. de 2022
The RF toolbox seems to have a function rfwrite:
There are a variety of submissions on MATLAB File Exchange, such as this one:

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by