资源简介
MATLAB、SIMULINK的三维坐标图生成组件,可以直接连线,很方便
代码片段和文件信息
% This file installs the 3DScope S-Functions according to the
% running MATLAB version. Copyright 2017 The MathWorks Inc.
% get MATLAB version
vrs=version;
% look for 3D Scope versions
wm=which(‘sfunxyz3d.mat‘‘-all‘);
% make sure we are in the right folder and there are no other 3Dscope files
if length(wm) < 1
msg=‘ Cannot find sfunxyz3d.mat please run this file from the folder containing sfunxyz3d.mat‘;
error(msg);
end
% get the main folder
mp=wm{1}(1:end-14);
% get folder containing sfunxyz
ws=which(‘sfunxyz‘‘-all‘);
% find the occurrences of the main folder
% is there is one folder containing sfunxyz which is not the main issue a warning
if str2double(vrs(1:3)) > 6.5
test=cell2mat(strfind(wsmp));
if ~all(test)
msg=‘ There is at least another sfunxyz.m or sfunxyz.p file in the path the installation will go on but it is strongly suggested to delete any other version before using this one‘;
warning(msg);
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2643 2017-12-01 20:35 install_3dscope.m
文件 61324 2017-12-01 20:35 lorenz3d.mdl
文件 34923 2017-12-01 20:35 m3dscope_new.mdl
文件 12703 2017-12-01 20:35 m3dscope_old.mdl
文件 3790 2017-12-01 20:35 readme.txt
文件 32224 2017-12-01 20:35 sfunxyz3d.mat
文件 1522 2017-12-01 20:35 license.txt
- 上一篇:IOI2014解题报告
- 下一篇:模拟交换机
相关资源
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
- ElevatorSimulation.zip
- 14002454IPC-A-610DChinese(L).pdf
- SoftwareEngineering.pdf
- linfanrong_10164999.rar
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
- myGame.rar
- 带手机版数据同步财税代理公司注册
- pdf课本及习题答案.rar
- 深度学习PDF非扫描版(中文版)麻省
- doudizhu_shffule_src.zip
- 随机信号分析解题指南.pdf
- ios12.3驱动.zip
- 百万邮件系统多机版.rar
- learnopengl-cn-2018年5月更新.pdf
- zw_学习OpenCV(中文版).zip
- 1-300.pdf
- pyqt5windows生成二维工具源码
- KNN疾病预测算法Demo
- ABAQUS单元失效浅析(单元删除
- Jtopo+json格式数据代码
- 解多目标规划的单纯形代码
- TerraVolVoxelTerrainEngine2.1c.7z
- VA_X_Setup2118.rar
- CHS_Ha_PasswarekitEnterprise10.0.exe
评论
共有 条评论