开发环境: Matlab Version 7.8.0.347(R2009a) Visual Studio 2005(.NET 2.0, C#) 演示如何在ASP.NET(C#)网页中调用MATL

源代码在线查看: drawgraph.m

软件大小: 384 K
上传用户: l991090150
关键词: NET Version Matlab R2009a
下载地址: 免注册下载 普通下载 VIP

相关代码

				function drawgraph(coords)				%DRAWGRAPH Plot a curve from the specified x and y coordinates contained in the coords array.				%   DRAWGRAPH (coords) Plots a curve from the specified coordinate values 				%   in a MATLAB figure window.				%   This file is used as an example for the MATLAB Builder NE product.								%   Copyright 2001-2007 The MathWorks, Inc.				%   $Revision: 1.1.6.1 $  $Date: 2008/06/24 17:10:11 $								plot(coords(1,:), coords(2,:));							

相关资源