Matlab 在高中数学教学中的应用.docVIP

  • 13
  • 0
  • 约2.62万字
  • 约 27页
  • 2019-06-16 发布于广东
  • 举报
初探MATLAB在高中数学教学中的应用 本人编了一些MATLAB程序,演示MATLAB可以有助于高中数学的教学。在高中也可以开展MATLAB的课外研究活动。 % Henry_003 % 在第四象限任意选择一点,求三角函数 % h_fig1 = figure % 创建图形窗口 set(h_fig1, unit, normalized, position, [0.0, 0.0, 1, 1]); % 初始化图形窗口 set(h_fig1, defaultuicontrolunits, normalized); % set(h_fig1,windowstyle, modal) h_pushbutton1 = uicontrol(h_fig1, Style, PushButton, Position, [0.9, 0.91, 0.06, 0.06],... string, 退出, BackgroundColor, [0.8 0.9 0.8], ForegroundColor, r, FontSize, 14, FontWeight, Bold,... callback, delete(h

文档评论(0)

1亿VIP精品文档

相关文档