?? thermometer.m
字號:
function t = thermometer(x,m)% t = thermometer(x,m) t is an m by length(x) matrix wherein the first% x(i) components of column i are one;t = zeros(m,length(x));for i=1:length(x) t(1:x(i),i) = ones(x(i),1);end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -