This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensio...
m-Files是一款强大的文档管理和协作工具,专为电子工程师设计,支持高效的数据存储与检索。适用于研发、生产及项目管理等多个领域,帮助企业实现文件的全生命周期管理。掌握m-Files技术不仅能提升个人工作效率,还能增强团队协作能力。本站提供3147个m-Files相关资源免费下载,涵盖教程、案例分析...
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensio...
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100...
This M-file is about using Particle Swarm Algorithm (PSO) to train a Fuzzy Neural Network.
A C++ code for generating sorting networks with n lines and m comparators as input parameters.