b2ftest.m
来自「粒子群算法」· M 代码 · 共 13 行
M
13 行
function [ output_args ] = Untitled1( input_args )%UNTITLED1 Summary of this function goes here% Detailed explanation goes here% a=[1 1 1 1 1 1 1 1];a=[];b=6.04; bounds=[0 10]; bits=calcbits(bounds,1e-1);% b=b2f(a,bounds,bits)a= f2b(b,bounds,bits);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?