▍1. suspension_system
vehicle suspension system
从 All Functions选项板上访问MATLAB 脚本节点,其调用方法:Functions→All Functions→Analyze→Mathematics→Formula →MATLAB Script,打开 MATLAB Script节点即可进行操作。(Linear and nonlinear systems. A system is linear if all its elements are linear,and nonlinear if any element is nonlinear.)
有两种方法可以向脚本节点中输入 MATLAB脚本。 ( 1)使用 Operating 或Labeling 工具直接向MATLAB 脚本节点中输入脚本 (2)可以直接导入写好了的脚本 ,方法是使用鼠标右健单击 MATLAB 脚本节点,从快捷菜单中选Import,从打开的 Choose a script 选择脚本对话框中选择要导入的文件并单击 Open, MATLAB 脚本文本将出现在脚本节点中。为了便于调试 ,建议在导入脚本到 LabVIEW 之前 ,先在 MATLAB 环境内编写并运行。 (Continuous and discrete systems. The system that all its variables are continuous functions of time is called continuous-variable or analog system the describing equations are differential equations. )
LabVIEW的脚本节点允许用户执行外部脚本。具体地讲 ,使用脚本节点可以执行 MATLAB 脚本。由于许多人都曾经开发和使用过 MATLAB 脚本称为 m 文件,本论文将集中讨论使用 MATLAB 脚本节点来执行MATLAB脚本文件,其具体实现过程如下: (Control systems designed by humans are used to extend their physical capabilities,to compensate for their physical limitations,to relieve them of routine or tedious tasks,or to save money.)
matlab 和java的Runner程序(The Runner matlab and java program)
通过java调用matlab中的函数,包括如何做图,如何调用函数等等(java call matlab )
matlab的数学手册,很实用的一本书,pdf文件(matlab math manual,good book)
正交频分复用系统中的一种子空间盲信道估计matlab仿真源程序(Orthogonal frequency division multiplexing system in a subspace blind channel estimation matlab simulation source)
多元线性回归分析预测法针对概率论中的回归预测做了研究,推荐各位大侠阅读(Multiple linear regression analysis prediction for the probability of regression to do the research, recommended reading you heroes)