用户名: 密码:      免费注册 | 忘记密码?
attach

[矩阵实验室].TLF-SOFT-Mathworks.Matlab.R2011b.UNIX.ISO-TBE.iso

来源:

最新评论

 
内容
评分
 

相关评论

observer_c 2012/05/24 10:09:29 [0] [0]

再回一次

回复

observer_c 2012/05/22 17:14:36 [0] [0]

这个不错。

回复

wfc1102 2012/04/09 11:03:14 [0] [0]

这里有安装流程示意图——MATLAB 2011b 详细安装过程.pdf

http://www.ilovematlab.cn/forum.php?mod=vi...d=145978 (http://www.ilovematlab.cn/forum.php?mod=viewthread&tid=145978)

回复

cjs0722 2012/04/08 01:47:35 [0] [0]

好大啊。。。

回复

陆白 2012/03/19 20:28:27 [0] [0]

2012呢,http://www.filesonic.com/file/1019868674/Mathworks.Matlab.R[جديد 2012]a.WIN.ISO-TBE.part01.rar
http://www.filesonic.com/file/1019869104/Mathworks.Matlab.R (http://www.filesonic.com/file/1019869104/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part02.rar
http://www.filesonic.com/file/1019868764/Mathworks.Matlab.R (http://www.filesonic.com/file/1019868764/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part03.rar
http://www.filesonic.com/file/1019886874/Mathworks.Matlab.R (http://www.filesonic.com/file/1019886874/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part04.rar
http://www.filesonic.com/file/1019908234/Mathworks.Matlab.R (http://www.filesonic.com/file/1019908234/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part05.rar
http://www.filesonic.com/file/1019927524/Mathworks.Matlab.R (http://www.filesonic.com/file/1019927524/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part06.rar
http://www.filesonic.com/file/1019928154/Mathworks.Matlab.R (http://www.filesonic.com/file/1019928154/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part07.rar
http://www.filesonic.com/file/1019927604/Mathworks.Matlab.R (http://www.filesonic.com/file/1019927604/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part08.rar
http://www.filesonic.com/file/1019954574/Mathworks.Matlab.R (http://www.filesonic.com/file/1019954574/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part09.rar
http://www.filesonic.com/file/1019982854/Mathworks.Matlab.R (http://www.filesonic.com/file/1019982854/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part10.rar
http://www.filesonic.com/file/1019948934/Mathworks.Matlab.R (http://www.filesonic.com/file/1019948934/Mathworks.Matlab.R)[جديد 2012]a.WIN.ISO-TBE.part11.rar

回复

crazy0707 2012/03/16 20:47:12 [0] [0]

引用(小天狼星晴天 @ 2011-10-22, 05:59 PM) *
Warning: D:\Program Files\MATLAB\R2010b\toolbox\local\pathdef.m not found.
Toolbox Path Cache is not being used. Type 'help toolbox_path_cache' for more
info
Undefined function or variable 'ispc'.
Warning: MATLAB did not appear to successfully set the search path. To recover
for this session of MATLAB, type "restoredefaultpath;matlabrc". To find out
how to avoid this warning the next time you start MATLAB, type "docsearch
problem path" after recovering for this session.
Warning: Duplicate directory name: D:\Program
Files\MATLAB\R2010b\toolbox\local.
Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'colordef' for input arguments of type 'double'.
> In matlabrc at 100
Warning: Initializing Java preferences failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'usejava' for input arguments of type 'char'.
> In matlabrc at 123
Warning: Failed to add default profiler filters.
> In matlabrc at 179
>> magic(3)
??? Undefined function or method 'magic' for input arguments of type 'double'.

>>


如安装后运行出现以上问题,以本人为例解决办法如下:
先在命令窗口里输入restoredefaultpath;matlabrc
并回车,然后在 D:\Program Files\MATLAB\R2010b里搜索pathdef.m,在File->Set Path里面把这些包含pathdef.m的文件夹都Add Folder进去,接着随便选一个pathdef.m文件复制到安装目录下MATLAB\R2010b\toolbox\local文件夹里,save并关闭;最后再次file-> set path->default,然后save关闭就解决了。

按上面的做了,可是又出现:
Attempt to execute SCRIPT pathdef as a function:
D:\Program Files\MATLAB\R2011b\toolbox\local\pathdef.m
Warning: MATLAB did not appear to successfully set the search path. To recover for this session of MATLAB, type "restoredefaultpath;matlabrc". To find out how to avoid this warning the next time you start MATLAB, type "docsearch problem path" after recovering for this session.
Warning: Duplicate directory name: D:\Program Files\MATLAB\R2011b\toolbox\local.
Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:undefinedVarOrClass
Undefined variable "graphics" or class "graphics.internal.initializeMATLABRoot".
Warning: Initializing Java preferences failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function 'usejava' for input arguments of type 'char'.
> In matlabrc at 113
Warning: Failed to add default profiler filters.
> In matlabrc at 161
求助如何解决

回复

六月的雪wh 2012/02/19 13:05:33 [0] [0]

network
1) choose "install manually without using the internet"
这个应该是错的,两处均是without,不过下面的却实是联网安装的key

回复

spcoo 2012/02/03 14:04:41 [0] [0]

装好了,光启动就比2007a慢了20秒

回复

hest0001 2012/02/02 16:55:22 [0] [0]

跪求如何创建快捷方式?MATLAB安装的时候没有说明是否创建快捷方式的选项…………

回复

yuanziyun 2012/01/05 13:18:24 [0] [0]

引用(zero2hero @ 2011-11-19, 09:54 AM) *
引用(hcd_god @ 2011-10-08, 12:03 PM) *
请问是否支持64位系统?

2011a就支持了

我装的64位的。部分功能不能用。电源系统就不能用,我还是学电的,真是悲催。

回复

gujunge 2011/12/22 14:13:22 [0] [0]

引用(zero2hero @ 2011-11-19, 09:55 AM) *
引用(gujunge @ 2011-11-09, 05:20 PM) *
引用(gujunge @ 2011-11-09, 05:13 PM) *
也不和win2k能不能安装好~

也不知win2k3能不能安装好~

呵呵,我的win2k8都装上了


我的win2003运行地挺好的~

回复

wangg5211 2011/12/03 19:09:48 [0] [0]

哪位大虾知道啊,我的跟86楼几号差不多,不过我是装到81%左右的时候,提示加载镜像后的文件中archives——Simulink_Coder81_common需要重按啊,怎么解决,我都安了四次了,每次都得花接近70多分,然后就卡啊。谁能不能给我发个Simulink_Coder81_common,我覆盖一下可以吗?我邮箱80590237@qq.com,谢谢!!

回复

dectinagg 2011/11/29 22:23:26 [0] [0]

安装成功,正常运行,赞一个,不过license_server.dat验证失败,于是就用license_standalone.dat了

回复

superluminality 2011/11/20 19:23:16 [0] [0]

还是有问题啊 怎么回事 变成这样了
Warning: Directory access failure: <PLEASE FILL IN ONE DIRECTORY PER LINE>:\.
Undefined function or variable 'ispc'.
Warning: MATLAB did not appear to successfully set the search path. To recover for this session of MATLAB, type "restoredefaultpath;matlabrc". To find out how to avoid this warning the next time you start MATLAB, type "docsearch problem path" after recovering for this session.
Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:undefinedVarOrClass
Undefined variable "graphics" or class "graphics.internal.initializeMATLABRoot".
Warning: Initializing Java preferences failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function 'usejava' for input arguments of type 'char'.
> In matlabrc at 113
Warning: Failed to add default profiler filters.
> In matlabrc at 161

引用(小天狼星晴天 @ 2011-10-22, 05:59 PM) *
Warning: D:\Program Files\MATLAB\R2010b\toolbox\local\pathdef.m not found.
Toolbox Path Cache is not being used. Type 'help toolbox_path_cache' for more
info
Undefined function or variable 'ispc'.
Warning: MATLAB did not appear to successfully set the search path. To recover
for this session of MATLAB, type "restoredefaultpath;matlabrc". To find out
how to avoid this warning the next time you start MATLAB, type "docsearch
problem path" after recovering for this session.
Warning: Duplicate directory name: D:\Program
Files\MATLAB\R2010b\toolbox\local.
Warning: Initializing Handle Graphics failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'colordef' for input arguments of type 'double'.
> In matlabrc at 100
Warning: Initializing Java preferences failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup,
which should be resolved as soon as possible. Error detected was:
MATLAB:UndefinedFunction
Undefined function or method 'usejava' for input arguments of type 'char'.
> In matlabrc at 123
Warning: Failed to add default profiler filters.
> In matlabrc at 179
>> magic(3)
??? Undefined function or method 'magic' for input arguments of type 'double'.

>>


如安装后运行出现以上问题,以本人为例解决办法如下:
先在命令窗口里输入restoredefaultpath;matlabrc
并回车,然后在 D:\Program Files\MATLAB\R2010b里搜索pathdef.m,在File->Set Path里面把这些包含pathdef.m的文件夹都Add Folder进去,接着随便选一个pathdef.m文件复制到安装目录下MATLAB\R2010b\toolbox\local文件夹里,save并关闭;最后再次file-> set path->default,然后save关闭就解决了。

回复

muhouxiaotian 2011/11/19 10:50:53 [0] [-1]

谢谢 分享资源和安装方法。

回复

该文件创建于 2011-10-01 12:51:02
文件大小:
(6729707520 字节)
文件指纹:
60eaa3c43792aaed97449b39bd151146
文件格式:
原始 CD 映像
关于我们 | 诚聘英才 | 著作权声明 | 合作信息 | 广告事务 | 天地英雄 | 盛世三国 | 神仙道 | 反馈意见
网络文化经营许可证 文网文[2010]150号 | 增值电信业务经营许可证 沪B2-20100067 | 广播电视节目制作经营许可证 (沪)字第416号
沪ICP备05001009号 | 信息网络传播视听节目许可证 0911625号
©2003 - VeryCD.com Some Rights Reserved. 上海隐志网络科技有限公司