result = sprintf('增益下降:%.3f\n指向偏离:%.3f\n波束未展宽:%.3f\n副瓣抬高:%.3f',LmainEl,DeltaEl,L3dbEl,LsubEl); % 打印结果
fid=fopen('result.txt','wt');
fprintf(fid,'%s',result);
fclose(fid);

 

相关文章:

  • 2021-08-16
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-09-30
  • 2021-08-07
  • 2022-12-23
相关资源
相似解决方案