📄 nmbr_of_members.m
字号:
function n = nmbr_of_members(chr,name)% NMBR_OF_MEMBERS - find the numbers of members in the population given the name.% tmp=find(chr,name);if tmp(1)~=0 n=length(tmp);else n=0;end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -