我是靠谱客的博主 含糊铅笔,最近开发中收集的这篇文章主要介绍matlab中组间设置block,.m文件如何变成simulink中可以调用的block,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

我就用的是S-Function函数,会报错是:Output returned by S-function 'pink_noise_s2' in 'xahrng_sim/S-Function1' during flag=3 call must be a real vector of length 1。

我现在写的程序是如下:求高手帮我debug啊,着急中!

function [sys,x0,str,ts] = sfuntmpl(t,x,u,flag)

%SFUNTMPL General M-file S-function template

%   With M-file S-functions, you can define you own ordinary differential

%   equations (ODEs), discrete system equations, and/or just about

%   any type of algorithm to be used within a Simulink block diagram.

%

%   The general form of an M-File S-function syntax is:

%       [SYS,X0,STR,TS] = SFUNC(T,X,U,FLAG,P1,...,Pn)

%

%   What is returned by SFUNC at a given point in time, T, depends on the

%   value of the FLAG, the current state vector, X, and the current

%   input vector, U.

%

%   F

最后

以上就是含糊铅笔为你收集整理的matlab中组间设置block,.m文件如何变成simulink中可以调用的block的全部内容,希望文章能够帮你解决matlab中组间设置block,.m文件如何变成simulink中可以调用的block所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部