📄 eq.m
字号:
function t = eq(g1,g2)
% EQ - Compares two design variables. Remember when comparing
% design variables that it is only their name that decides if they
% are euqal or not. i.e. they might have different values. The
% function returns true if the design variables are equal.
t=strcmp(g1.name,g2.name);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -