資源簡介
基于Matlab GUI 寫的NI6356上位機,對于正在學習使用matlab調用數據采集器工具箱,或者使用NI6356的人有幫助
代碼片段和文件信息
function?varargout?=?ni6356(varargin)
%?NI6356?MATLAB?code?for?ni6356.fig
%??????NI6356?by?itself?creates?a?new?NI6356?or?raises?the?existing
%??????singleton*.
%
%??????H?=?NI6356?returns?the?handle?to?a?new?NI6356?or?the?handle?to
%??????the?existing?singleton*.
%LBACK?in?NI6356.M?with?the?given?input?arguments.
%
%??????NI6356(‘Property‘‘Val
%??????NI6356(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALue‘...)?creates?a?new?NI6356?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property??UI?allows?only?one
%??????instance?to?run?(singleton)“.
%
%?See?also:?GUIDE?GUIDATA?GUIHANDLES
%?Edit?the?above?text?to?modify?the?response?to?help?ni6356
%?Last?Modified?by?GUIDE?v2.5?18-Jan-2016?22:01:18
%?beginback?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@ni6356_OpeningFcn?...
評論
共有 條評論