• 大小: 0.02M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Matlab
  • 标签: matlab  

资源简介


基于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 ...

评论

共有 条评论