matlab输入分子和分母表达式直接得出乃氏图和博德图 %Welcome to use getnyquist. %It's a function helping you to get nyquist chart without inputing any parameter but only a formula. %This .m file can only use 's' as variate. %attention: 's' must be included! % %example: % getnyquist(s+1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you will get a chart of its nyquist. % %if num or den is just a number: you need to input:'0*s + #number' %example: %if you input this: getnyquist(1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %you will get an error report: %Undefined function 'expand' for input arguments of type 'double'. % %Error in getnyquist (line 17) %y1=expand(func1); % %so you have to input that like this: getnyquist(1+0*s,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you can get the answer. %before you input a formula, you need to input: 'syms s' %writed by CapRogers. %Welcome to use getbode. %It's a function helping you to get bode chart without inputing any parameter but only a formula. %This .m file can only use 's' as variate. %attention: 's' must be included! % %example: % getbode(s+1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you will get a chart of its nyquist. % %if num or den is just a number: you need to input:'0*s + #number' %example: %if you input this: getbode(1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %you will get an error report: %Undefined function 'expand' for input arguments of type 'double'. % %Error in getnyquist (line 17) %y1=expand(func1); % %so you have to input that like this: getbode(1+0*s,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you can get the answer. %before you input a formula, you need to input: 'syms s' %writed by CapRogers. 上传文件为m文件,解压缩到matlab根目录下的bin文件夹下即可在matlab界面调用
2021-12-10 16:03:23 1KB matlab 控制工程 自动化
1
Py指纹 用于描述由不同工具(例如RDKit,CDK和OpenBabel)提供的分子的化学指纹类型很多。 该软件包旨在总结所有内容。 依存关系 适用于python 3.6或更高版本的Anaconda Java SE开发套件11 py pip install jpype1 RDKit conda install -c rdkit rdkit OpenBabel conda install -c conda-forge openbabel 安装 pip install git+git://github.com/hcji/PyFingerprint@master 用法 from PyFingerprint.All_Fingerprint import get_fingerprint fps = get_fingerprint('CCCCN', fp_type='dayligh
2021-12-09 20:10:18 23.7MB Python
1
数据处理 用于建模的数据准备的Python代码: 处理有问题的分子的微笑:有机金属,混合物,肽。 资料取样 数据选择 安装: git clone https://github.com/phi-grib/Data_curation.git conda activate cd Data_curation python setup.py install 现在,您可以使用该代码从其结构中自动对化合物进行分类和分类。 仍在建设中。 将来添加的功能: 混合物检查 优化过滤功能。 现在有点嵌套了,这使得其他开发人员更难以更新和维护 用法示例: 包装中的Jupyter Notebook中有一个用法示例。
1
D.使用EAM势模拟Ni的剪切行为 v upper lower mobile z x y Ni FCC 晶格
2021-12-02 10:45:13 320KB 分子动力学
1
3 d分子指纹-源码
2021-12-01 10:38:31 755KB python cheminformatics fingerprint molecular
1
2021年调研报告:关于自由择业知识分子统战工作问题研究.pdf
2021-11-29 19:01:24 111KB
分子生物学综合应用软件,可以用于多序列比对、PCR引物设计等
2021-11-28 10:11:41 28.54MB 分子生物学 DNA
1
肺癌的分子靶向治疗.pptx
2021-11-26 09:01:36 1.38MB
HGS-Dreiding分子模型在天然药物化学教学中的应用汇编.pdf
2021-11-25 09:06:31 2.5MB
分子动力学模拟的一些理论和实践
2021-11-25 09:04:05 84.38MB 分子动力学模拟
1