<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Mathematica中文论坛-非官方 - Matlab菜鸟</title>
    <link>http://www.ilovemathematica.com/forum.php?mod=forumdisplay&amp;fid=40</link>
    <description>Latest 20 threads of Matlab菜鸟</description>
    <copyright>Copyright(C) Mathematica中文论坛-非官方</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 03 Aug 2026 19:01:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.ilovemathematica.com/static/image/common/logo_88_31.gif</url>
      <title>Mathematica中文论坛-非官方</title>
      <link>http://www.ilovemathematica.com/</link>
    </image>
    <item>
      <title>豆粑粑 MacOS下,matlab 调用 umap-learn</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=923</link>
      <description><![CDATA[01 主要依据的是
https://github.com/sg-s/umap-matlab-wrapper

02还需要安装
https://github.com/sg-s/condalab

2026,02.24

几个小坑.

注意,不要python 3.14, h5py安装不上.

01里31 # from numba.errors import NumbaPerformanceWarning32 
33 #warn ...]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Tue, 24 Feb 2026 01:45:31 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 matlab plot bar with multi colormap</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=918</link>
      <description><![CDATA[一个bar图，不同的colormap.
颜色根据bar的高度改变。

思路就是用patch 把不同的小的方框给画出来。不用边框。
没技术含量。但效果还行。
最近，抽风抽的越发频繁。

https://github.com/meatball1982/mm_matlab_tools]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Sun, 23 Nov 2025 02:27:11 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　matlab multiline range</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=917</link>
      <description><![CDATA[5条线，画最大，最小，均值。范围。
距离均值越近，越深。
附件也行，
git也行。
https://github.com/meatball1982/mm_matlab_tools]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Thu, 20 Nov 2025 06:49:54 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　matlab polarhistogram 极坐标的bar图</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=916</link>
      <description><![CDATA[给小LY画图，用的是python 实现的，
我想在matlab中也实现一下。]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Tue, 11 Nov 2025 03:20:53 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 matlab windrose</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=915</link>
      <description><![CDATA[给小LY画图，找到了一个不相关，但非常漂亮的图windrose
记录一下。
从下面的add下载的。那有说明文档
https://dpereira.asempyme.com/windrose/]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Sat, 08 Nov 2025 00:56:32 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑，matlab 画string 图</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=904</link>
      <description><![CDATA[主要是以来别人的函数]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Sun, 15 Jun 2025 08:10:05 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑matlab bar different baseline</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=876</link>
      <description><![CDATA[matlab 没有在同一个图中，两个bar图，不同的baseline会出现子图2的问题。

用patch设定来修改这个]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Wed, 04 Dec 2024 16:22:39 +0000</pubDate>
    </item>
    <item>
      <title>mat标识符 \'scaleB\' 不是函数或共享变量。</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=875</link>
      <description><![CDATA[安装 
matlab_bgl


eigs_new函数

出错
标识符 \'scaleB\' 不是函数或共享变量。要与嵌套函数共享 \'scaleB\'，请在当前作用域内初始化它。

解决方法，已经说了。要
作用域内初始化它

个体的，根据这个帖子：
% new in R2019 and after. % https://blog.csd ...]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Wed, 04 Dec 2024 12:23:25 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　kriging 插值 matlab</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=844</link>
      <description><![CDATA[最近，看了一个插值方法Kriging（注意，是插值，不是拟合），说的是效果挺好的。但原理很复杂，公式一堆一堆的。

python版本的，运行总是出问题。
找matlab 版本。

http://www.omicron.dk/dace.html

跑了一下，点少的时候，还是不行。点越来越多时，效果改进 ...]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Mon, 05 Feb 2024 02:17:58 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 MacOS matlab 2020a start no response</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=842</link>
      <description><![CDATA[I installed matlab 2020a on my macbook pro 2018.
After I update the OS to sonoma, the matlab can not start properly. 
No response

in shell

matlab -nodesktop

then in matlab command

desktop

It works. Hopes it helps.]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Wed, 24 Jan 2024 01:57:49 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 matlab 2023a linux 安装 踩坑</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=832</link>
      <description><![CDATA[需要Deep learning 的toolbox,
安装最近版本的matlab 
在自己的linux上安装，没问题（因为空间小，只选则了我平时需要的toolbox,倒是避免了很多问题）。
在服务器上，反倒是出了问题。
因为一些toolbox, crack的lic文件中，没有对应的lic.

注意
01.断网。
02. ...]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Mon, 18 Sep 2023 08:40:21 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 matlab 画forest plot</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=823</link>
      <description><![CDATA[用matlab 画forest plot
加上一堆的设置
留用]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Fri, 21 Apr 2023 10:12:43 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 matlab画sankey图</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=821</link>
      <description><![CDATA[看别人画的图，挺漂亮。
用别人的m文件。]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Wed, 22 Feb 2023 06:49:39 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 刚体对齐 rigidtform kabsch</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=817</link>
      <description><![CDATA[两个分子，一个A,一个B.
B是A在空间中旋转加平移后得到。
如果得到旋转矩阵和平移的向量。

具体的，叫Kabsch算法。
matlab 程序如附件。]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Sat, 07 Jan 2023 10:22:27 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　matlab 画3D pie</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=815</link>
      <description><![CDATA[给别人画图，3D的饼状图，觉得挺好看。
记录一下。

程序见附件]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Fri, 25 Nov 2022 13:39:11 +0000</pubDate>
    </item>
    <item>
      <title>scFBA  install problem</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=805</link>
      <description><![CDATA[Install COBRA V2
Here, V2,V2,V2 not V3, not 2021.

cp buildRxnGeneMat.m from COBRA V3 base/io/ to a scFBA fold

install SBML --with-matlab[/backcolor]
install 
install libSBML
install SBMLToolbox
install Gurobi, with academic lic

sfFBA_te ...]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Mon, 25 Apr 2022 06:03:20 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　Matlab 设置坐标轴的颜色</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=795</link>
      <description><![CDATA[引别人的帖子。设置matlab 图中坐标轴的颜色。就是一个记录。
https://www.mathworks.com/matlabcentral/answers/500983-change-axis-colour-matlab]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Fri, 01 Apr 2022 02:06:00 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　matlab zoom 局部放大</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=794</link>
      <description><![CDATA[这两天只画图了。
一个图，局部放大。
之前作过，但这次的要求是要画两条线，标注两个关键的点。在matlab 中，通过一个axes, 一个新的axes, 然后在第一个axes上　axis off实现。
麻烦是麻烦了些，但效果还不错。对数据的展示，有不错的效果。


两个不同的版本， ...]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Thu, 31 Mar 2022 13:48:39 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑　matlab画violin小提琴图</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=792</link>
      <description><![CDATA[最近，帮忙女贼画个图，虽然最终没画的很华丽，但把小提琴图给整明白了。然后，整了一个自己的版本，想怎么折腾，就怎么折腾那种。]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Sat, 26 Mar 2022 14:22:42 +0000</pubDate>
    </item>
    <item>
      <title>豆粑粑 linux 中matlab 的安装， 无图形界面</title>
      <link>http://www.ilovemathematica.com/forum.php?mod=viewthread&amp;tid=761</link>
      <description><![CDATA[安装基本是follow下面这个帖子。

https://blog.csdn.net/m0_37167788/article/details/95593097

激活基本上是根据这个帖子。

https://blog.csdn.net/Mr_Zing/article/details/80245292]]></description>
      <category>Matlab菜鸟</category>
      <author>meatball1982</author>
      <pubDate>Thu, 10 Dec 2020 08:28:27 +0000</pubDate>
    </item>
  </channel>
</rss>