?? 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 + -