riazweb.m
来自「关于电机的.m程序」· M 代码 · 共 14 行
M
14 行
%access to riaz home page on the web
clc,clear,close all
disp(date)
info= ...
[' SIMULATION OF ELECTRIC MACHINE AND DRIVE SYSTEMS '
' USING MATLAB/SIMULINK '
' By executing the script file, you will access the '
' web at http://www.ece.umn.edu/users/riaz in order '
' to obtain the instructions and programs needed to '
' run this package. ' ];
disp(info)
web http://www.ece.umn.edu/users/riaz;
%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?