资源简介
从网上下了很多所谓的绿色版的MATLAB,不是文件特别大,就是有病毒,CSDN里面另外一个绿色版的MATLAB确实是有病毒的,解压后根目录的MATLAB不可以直接运行,这里的经过去毒并且修正了其中的BAT文件。所以再共享出来,希望对需要的人有用。
文件很小,不支持复杂的功能,甚至M文件编辑器都没有,但基本的应用都还在,如画图、计算等,非常不错,可以U盘携带,非常方便!
代码片段和文件信息
%MATLABRC Master startup M-file.
% MATLABRC is automatically executed by MATLAB during startup.
% It establishes the MATLAB path sets the default figure size
% and sets a few uicontrol defaults.
%
% On multi-user or networked systems the system manager can put
% any messages definitions etc. that apply to all users here.
%
% MATLABRC also invokes a STARTUP command if the file ‘startup.m‘
% exists on the MATLAB path.
% Copyright 1984-2002 The MathWorks Inc.
% $Revision: 1.154 $ $Date: 2002/06/07 20:08:31 $
% Ripped By Machael@newsmth.net
% Set up path.
if exist(‘pathdef‘‘file‘)
matlabpath(pathdef);
end
% Display helpful hints.
% If the MATLAB Desktop is not running then use the old message since
% the Help menu will be unavailable.
cname = computer;
% if usejava(‘Desktop‘)
% disp(‘ ‘)
% disp(‘ To get started select “MATLAB Help“ from the Help menu.‘)
% disp(‘ ‘)
% else
% disp(‘ ‘)
% disp(‘ To get started type one of these: helpwin helpdesk or demo.‘)
% disp(‘ For product information visit www.mathworks.com.‘)
% disp(‘ ‘)
% end
% Set default warning level to WARNING BACKTRACE. See help warning.
warning backtrace
% The RecursionLimit forces MATLAB to throw an error when the specified
% function call depth is hit. This protects you from blowing your stack
% frame (which can cause MATLAB and/or your computer to crash). Set the
% value to inf if you don‘t want this protection.
cname = computer;
if strncmp(cname‘GLNX‘4)
set(0‘RecursionLimit‘100)
elseif strncmp(cname‘ALPHA‘5)
set(0‘RecursionLimit‘200)
else
set(0‘RecursionLimit‘500)
end
% Set the default figure position in pixels.
% On small screens make figure smaller with same aspect ratio.
screen = get(0 ‘ScreenSize‘);
width = screen(3);
height = screen(4);
if any(screen(3:4) ~= 1) % don‘t change default if screensize == [1 1]
if all(cname(1:2) == ‘PC‘)
if height >= 500
mwwidth = 560; mwheight = 420;
if(get(0‘screenpixelsperinch‘) == 116) % large fonts
mwwidth = mwwidth * 1.2;
mwheight = mwheight * 1.2;
end
else
mwwidth = 560; mwheight = 375;
end
left = (width - mwwidth)/2;
bottom = height - mwheight -90;
else
if height > 768
mwwidth = 560; mwheight = 420;
left = (width-mwwidth)/2;
bottom = height-mwheight-90;
else % for screens that aren‘t so high
mwwidth = 512; mwheight = 384;
left = (width-mwwidth)/2;
bottom = height-mwheight-76;
end
end
rect = [ left bottom mwwidth mwheight ];
set(0 ‘defaultfigureposition‘rect);
end
colordef(0‘white‘) % Set up for white defaults
%% Uncomment the next group of lines to make uicontrols uimenus
%% and lines look better on monochrome displays.
%if get(0‘ScreenDepth‘)==1
% set(0‘DefaultUIControlBackgroundColor‘‘white‘);
% set(0‘DefaultAxesLinestyleOrder‘
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 41 2008-08-25 14:09 matlab\bin\matlab.bat
文件 35243 2003-08-28 15:27 matlab\bin\matlab.exe
文件 2998 2008-08-25 14:52 matlab\bin\MATLAB.ico
文件 30 2008-08-25 14:02 matlab\bin\suppress.ini
文件 1384448 2002-06-07 09:20 matlab\bin\win32\atlas_Athlon.dll
文件 1040384 2002-06-07 09:21 matlab\bin\win32\atlas_P4.dll
文件 1048576 2002-06-07 09:22 matlab\bin\win32\atlas_PII.dll
文件 1048576 2002-06-09 04:18 matlab\bin\win32\atlas_PIII.dll
文件 1024000 2002-06-07 09:23 matlab\bin\win32\atlas_PPro.dll
文件 732 2002-04-11 06:19 matlab\bin\win32\blas.spec
文件 344064 2002-06-22 13:43 matlab\bin\win32\cg_ir.dll
文件 110592 2002-06-18 03:37 matlab\bin\win32\comcli.dll
文件 73728 2002-06-18 03:37 matlab\bin\win32\dastudio.dll
文件 419328 2002-01-14 23:06 matlab\bin\win32\dforrt.dll
文件 32768 2002-06-18 03:37 matlab\bin\win32\glee.dll
文件 94208 2002-06-18 22:50 matlab\bin\win32\glren.dll
文件 425984 2002-06-18 03:37 matlab\bin\win32\gui.dll
文件 114688 2002-06-18 03:37 matlab\bin\win32\hardcopy.dll
文件 872448 2002-06-18 03:37 matlab\bin\win32\hg.dll
文件 155648 2002-06-19 07:58 matlab\bin\win32\jmi.dll
文件 1662976 2002-06-09 04:18 matlab\bin\win32\lapack.dll
文件 135168 2002-06-21 04:05 matlab\bin\win32\libfixedpoint.dll
文件 36864 2002-06-18 03:37 matlab\bin\win32\libmat.dll
文件 28672 2002-06-18 03:37 matlab\bin\win32\libmex.dll
文件 159744 2002-06-18 03:37 matlab\bin\win32\libmwbuiltins.dll
文件 376832 2002-06-09 04:18 matlab\bin\win32\libmwfftw.dll
文件 57344 2002-06-09 04:18 matlab\bin\win32\libmwlapack.dll
文件 61440 2002-06-18 03:37 matlab\bin\win32\libmwservices.dll
文件 176128 2002-06-09 04:18 matlab\bin\win32\libmwumfpack.dll
文件 163840 2002-06-18 03:37 matlab\bin\win32\libmx.dll
............此处省略135个文件信息
- 上一篇:信息熵MATLAB程序
- 下一篇:电力电子技术所有电路的matlab仿真
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 《MATLAB扩展编程》代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
- Matlab锁相环仿真-Phase Locked Loop.rar
评论
共有 条评论