Mathematica的一些问题记录
Mathematica的一些问题记录

Mathematica的一些问题记录

下载

  1. 官方的直链,速度很快,并且有所有内容
    http://rdstf4bw.gic.cnbj01.cdsgss.com/browser/content_input.action

  2. MMA大全
    https://tiebamma.github.io/InstallTutorial/

激活

  1. MMA大全
    https://tiebamma.github.io/InstallTutorial/
  2. 激活网站
    https://ibugone.com/blog/2019/05/mathematica-keygen/ (只能激活MMA)

窗口问题

(*==需要以管理员身份运行==*)
(*退出对话框路径*)
path = $InstallationDirectory <>
   "/SystemFiles/FrontEnd/TextResources/MathematicaClosingDialog.nb";
(*备份*)
If[! FileExistsQ[path <> ".bk"], CopyFile[path, path <> ".bk"]];
(*导入*)
nb = NotebookPut[Import[path]];
(*修改窗口尺寸*)
SetOptions[
  nb, {WindowSize -> {600, All}, WindowElements -> {"MenuBar"}}];
(*保存*)
Export[path, nb];

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据