Unable to load Large S2P file (Size is 2MB) using read(rfdata.data ,'File Name'). while same file can be read using sparameters function
1 次查看(过去 30 天)
显示 更早的评论
I want cascade two s-parameter file. I have read s-parameter file using DUT_1=read(rfdata.data,'Filename.s2p'); But i m not able to read file having file size more than 600KB.
if same file can be read using sparameters('Filename.s2p);
is there any limitations with read function.
0 个评论
回答(1 个)
Harish Ramachandran
2017-12-20
https://www.mathworks.com/help/matlab/ref/tabulartextdatastore-properties.html#property_d119e1035627
By using 'read' command for data store extraction, the default option for ReadSize property is 20000. Try changing the ReadSize property to 'file'. Please do refer to the documentation link above.
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!