我很想知道有什么方法可以使用matlab的simulink块来获得非线性Eq(My nonlin Eq)的最佳近似值?
(dx/dt
表示与x
)
t
衍生物
答案 0 :(得分:0)
您是否会考虑在MATLAB中求解这些方程并通过String userInput = ...;
boolean countryExists = false;
for( CountryEnum country : CountryEnum.values() ) {
if( userInput.equalsIgnoreCase( country.name() ) ) {
countryExists = true;
break;
}
}
if( !countryExists ) {
System.err.println( "No such country" );
// exit program here or throw some exception
}
块发送/接收数据?
http://www.mathworks.com/help/simulink/slref/toworkspace.html http://www.mathworks.com/help/simulink/slref/fromworkspace.html