MATLABa安装说明中英文转换_中英转换
MATLABa安装说明中英文转换由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“中英转换”。
MATLAB® 是一种用于数值计算、可视化及编程的高级语言和交互式环境。使用 MATLAB,可以分 析数据,开发算法,创建模型和应用程序。借助其语言、工具和内置数学函数,您可以探求多种方法,比电子表格或传统编程语言(如 C/C++ 或 Java™)更快地求取结果。
MATLAB 应用广泛,其中包括信号处理和通信、图像和视频处理、控制系统、测试和测量、计算金融学及计算生物学等众多应用领域。在各行业和学术机构中,有一百多万工程师和科学家使用 MATLAB 这一技术计算语言.【软件截图】 Matlab R2014a
【其他信息】 新增功能概览
R2014a(版本 8.3)Generate a C/C++ wrapper file.(This is the default-T setting.)compile:exeSame as codegen, plus compile C/C++ files to object form suitable for linking into a shared library/DLL.link:exeSame as compile:lib, plus link object files into a shared library/DLL.u Register the resulting COM component for the current user only on the development machine.It applies to Generic COM Component and Excel Add-in targets only.v Verbose.Show compilation steps.w list.List the warning strings that could be thrown by the MATLAB Compiler during compilation.These can be used with another form of the-w option to enable or disable the warnings or to throw them as error meages.w [:] Warnings.The poible options are “enable”, “disable”, and “error”.If “enable:” or “disable:” is specified, enable or disable the warning aociated with.If “error:” is specified, enable the warning aociated with and treat any instances of that warning as an error.If the but not “:” is specified, the Compiler applies the action to all warning meages.For backward compatibility with previous Compiler revisions, “-w”(with no option)is the same as “-w enable”.W Wrapper functions.Specify which type of wrapper file should be generated by the Compiler.can be one of “main”, “WinMain”, “lib:”, “cpplib:”, “com:,”, or “none”(default).For the lib wrapper, contains the name of the shared library to build.Y Override the default license.dat file with the specified argument.? Help.Display this help meage.Command Line Option Available Only on Windows Platforms
win32 Directs the execution of the 32-bit version of the MATLAB Compiler The-win32 option is proceed as a unit and does interfere with other option settings.EXAMPLES:
Note: * Before using mcc, users should run 'mbuild-setup' from MATLAB and choose a supported C/C++ compiler.* The executable generated with mcc can be run from the MATLAB command window using the!operator, e.g.,!myfun.exe
Make a stand-alone C executable for myfun.m: mcc-m myfun
Make stand-alone C executable for myfun.m.Look for myfun.m in the directory /files/source, and put the resulting C files and executable in the directory /files/target: mcc-m-I /files/source-d /files/target myfun
Make a stand-alone C executable from myfun1.m and myfun2.m(using one mcc call): mcc-m myfun1 myfun2
Make a C shared/dynamically linked library called “liba” from a0.m and a1.m mcc-W lib:liba-T link:lib a0 a1
Make a CPP shared/dynamically linked library called “liba” from a0.m and a1.m mcc-W cpplib:liba-T link:lib a0 a1
【安装说明】
以下内容是为初次安装Matlab的新手提供,老手请直接跳过,或者可以参见serial文件夹中的Readme文件。[注意:Readme文件中文是乱码,英语正常可读。]
另外,请注意,在中文系统中通过以下方法安装的Matlab的默认界面语言为中文,如果不希望安装中文界面的,请在安装前将系统语言更改为英文。
1.将下下来的ISO文件载入到虚拟光驱(可以使用Daemon Tools或UltraISO等,注意,用UltraISO双击打开是不行的)或解压,你能看到如下文件:
2.最简单的办法是直接双击SetupSimple,然后,请跳转到8步,如果该方法不行的话,那么,请按照下面的步骤进行。
3.如果第二步的方法不行,那么,双击Setup,选择“使用文件安装密钥”;
4.填入序列号(单机安装填:12313-94680-65562-90832,如果你需要Matlab服务器组件的话,那么请填写:23809-31321-26556-08694,一般个人使用的话是不需要这些组件的)
5.选择安装位置,选择安装组件,选择安装的快捷方式
(在上一步中,如果你使用了23809-31321-26556-08694安装密钥,那么会多框出来的这两个组件)
6.然后等待安装完成7.最后,它会问你是否要激活Matlab,可以不勾选,等到首次运行时再激活,也可以勾选。如果勾选了,请参考第10步。
8.然后我们需要替换破解过的文件,进入serial文件夹(它在ISO文件内,如第1步所示,你把ISO文件解压或载入虚拟光驱就能看到了),选择与你系统版本对应的破解文件(32位系统打开Matlab32,64位系统打开Matlab64),复制里面的bin文件夹。
9.然后转到你的Matlab安装目录,右击,粘贴,它会弹出合并文件夹的对话框,全部都选是,还会弹出替换文件的对话框,为所有文件选择复制和替换。
10.激活时,选择“不使用Internet手动激活”
11.选择第1步中所示的serial文件夹中的license.lic文件,选择下一步,激活就完成了。
注意:
与上一个2014A版本的差异。
对于不习惯使用中文界面的同学,更改会英文界面的方法: 对于未安装者安装前更改系统语言为英语
对于已经安装但不想重装直接更改 Matlab 语言可采用下面两种方法:
方法一:按照以下步骤,新建一个名为MWLOCALE_TRANSLATED的系统环境变量,值为OFF。
方法二(推荐):进入MATLABR2014ajavajar,然后找到文件夹 zh_CN,此文件夹就是中文界面的语言包,可以将此文件夹改成其他的名字,总之不能是 zh_CN,就OK了,以后想用中文界面的时候还可以改回来。
另外,如果你想更改Matlab默认的工作目录的话,请更改快捷方式上的起始位置(如图)
工作框,Command history,Workspace 等框的调出。ps.被手动取消后想恢复。菜单中间的 Layout 项中,关于show 的部分,勾选需要的,或者 选择 Docked
如果你已经下载了论坛中之前的那个Matlab R2014a,或者从别处下载了Matlab R2014a不想重新下载的,我将该版本中相应于原版Matlab Patch的那些文件上传了。(如果你下载的就是我这帖子中的版本,就不需要下载这个附件了)
更新在百度云盘中,http://pan.baidu.com/s/1gd3h98f
大小:3.25M。
如果你下载的是之前论坛中的Matlab或者别处下载的破解版Matlab,那么你还需要替换mcc.exe和compiler.dll文件,同时可能还需要更新license.lic文件。
如果你是从别处下载的原版Matlab,那么你还需要替换安装光盘中的install.jar文件。
mcc编译器,需要替换文件,你需要安装之后用它来替换安装文件夹下的mcc.exe,直接运行当然是不行的。