フィルターのクリア

i have 3 bounds how to use it ga toolbox can anyone help me??

1 回表示 (過去 30 日間)
Arunachalam  D
Arunachalam D 2015 年 3 月 2 日
function [tim]=coolfn(s,n,alp,x) clc clear all s=1.5; alp=0.0827; n=pi; a=(x(1)-x(2)); b=(x(3)-x(2)); r=s^2; y=4/n; z=alp*(n^2); u=(y*(a/b)); tim=(r/z)*log(u);
here x(1),x(2),x(3) are variables. need to put these three bounds into ga toolbox how to implement it help me. thank you

回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by