环境: VS2010  Matlab2010

首先,

编写一个函数集的.m文件。函数名称:class_netbuilder_func

1 function y = class_netbuilder_func(f)
2   t = linspace(0,1,400);
3   y = sin(2*pi*f*t);
4   plot(t,y);
5 end
View Code

相关文章:

  • 2022-01-22
  • 2021-09-29
  • 2021-11-25
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-01-07
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2021-08-21
  • 2021-05-24
相关资源
相似解决方案