麻省理工学院的人工智能工具箱,很珍贵,希望对大家有用!

源代码在线查看: get_fields.m

软件大小: 22740 K
上传用户: xx87293767
关键词: 麻省理工学院 人工智能 工具箱
下载地址: 免注册下载 普通下载 VIP

相关代码

				function val = get_params(pot, name)				% GET_PARAMS Accessor function for a field (dpot)				% val = get_params(pot, name)				%				% e.g., get_params(pot, 'table') or 'domain'								switch name				 case 'table', val = pot.T;				 case 'domain', val = pot.domain;				 otherwise,				  error(['invalid field name ' name]);				end											

相关资源