photo

埃博拉酱


Last seen: 2 dagen ago Active since 2019

Followers: 1   Following: 0

Programming Languages:
C++
Spoken Languages:
Chinese
Pronouns:
No pronouns - Use my name only

Statistics

All
  • 3 Month Streak
  • Knowledgeable Level 3
  • Puzzler
  • Commenter
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 3
  • Thankful Level 3
  • First Answer
  • Explorer
  • First Review
  • Personal Best Downloads Level 2
  • Leader

View badges

Feeds

Question


Can't publish GitHub Release to File Exchange after changing GitHub username
After changing my GitHub username (From Silver-Fang to Ebola-Chan-bot, as shown in the screenshot), I can't publish my GitHub ...

5 dagen ago | 1 answer | 0

1

answer

Submitted


埃博拉酱 的 并行计算 Parallel Computing 工具箱
埃博拉酱的并行计算工具箱,提供一系列实用的并行计算辅助功能: 自动删除长时间卡死的并行池 为无法一次性全部读入内存的大文件,提供单线程读写、多线程计算的解决方案 替官方修复MATLAB在含有非ASCII字符的主机名的主机上不能启动并行池的bug 将指定的G...

5 dagen ago | 3 downloads |

Thumbnail

Submitted


Image5D - OIR, TIFF
快速随机读写5D图像格式,目前支持读入 Olympus OIR 和读写 OME-TIFF,比市面上流行的竞品BioFormats要快得多,80多㎇的OIR不到3s就能打开

10 dagen ago | 10 downloads |

Thumbnail

Answered
How to find all specified files in a specified path in Matlab?matlab 如何查找指定路径下的所有指定文件
如果你只需要文件名,可以用ls ls *.mdl ls *.slx

10 dagen ago | 0

Answered
How do implement abstract properties without automatically instantiating them?
According to the documentation, all properties of a class must have default values. If you don't specify a default value explici...

12 dagen ago | 1

Answered
这种乘除法怎样解释呢?。
一行N列变量指的是行向量吗?两个行向量是不能做矩阵乘法的,这个代码应该会出错,因此也没有什么意义可以解释。

25 dagen ago | 0

Answered
sheetnames() leaves Excel file locked?
I can't reproduce your bug in R2024b, even in a debug session. Maybe you should try to upgrade your MATLAB version.

25 dagen ago | 0

Answered
MATLAB crashes in one computer but not in the other running the same code
Can you describe the details of your crash? Is it just your code crashing or is the entire MATLAB process crashing? Is the opera...

29 dagen ago | 0

Answered
未定义函数或变量 'mat2gray'。怎么解决
mat2gray是图像处理工具箱的函数。你是否没有安装该工具箱?

ongeveer een maand ago | 0

Answered
Can not use a single value to express the color value
我无法复现这个问题,你是否还作了其它图像?

ongeveer een maand ago | 0

Answered
MATLAB欧式距离的代码优化。
[dis(:,1),dis(:,2)]=find(tril(true(width(alldesc)),-1)); dis(:,3)=pdist(alldesc.');

ongeveer een maand ago | 0

Answered
已知一组数据x,大概服从拉普拉斯分布,如何才能估计出对应的参数呢?。
拉普拉斯分布只有一个位置和一个尺度参数。位置参数就是中位数,尺度参数就是每个点到中位数的平均距离。 function [mu, b] = estimate_laplace_params(data) % 估计位置参数 μ(中位数) mu...

ongeveer een maand ago | 0

Answered
六重for循环如何优化? 。
你的for循环都没有end,显然代码都没贴完整,你让我们怎么帮你优化

ongeveer een maand ago | 0

Answered
如何往元胞数组的某个单元里增加新的值?。
你的问题描述必然存在错误,一个元胞里只能放一个数组,不可能允许a{1,1}里存放了[5,6],[4,9],[8,2]三个数组。请重新检查。

ongeveer een maand ago | 0

Answered
如何把两条曲线拟合成一条曲线?。
直接算y0y1的平均值然后polyfit不行吗?

ongeveer een maand ago | 0

Answered
通过数据来确定概率密度函数。
不可能确定它的概率分布是什么,只能列出可能的概率分布,然后依次进行统计检验,计算它是各种分布的概率。

ongeveer een maand ago | 0

Answered
矩阵怎么计算。
把^改成.^

ongeveer een maand ago | 0

Answered
数据调用anovan函数后,输出都是NaN,这是则么回事。
你可能需要为anovan设置continuous参数,因为你的a和b似乎是连续变量,而anovan默认将所有变量当作分类变量处理。

ongeveer een maand ago | 0

Answered
matlab创建函数为什么要用 “点”符号?
点号并不是一个单独的符号,而是与.*构成一个与*完全不同的运算符,两者仅在作用于标量时等价。对于非标量运算两者完全不同。使用*等价于调用mtimes函数,而使用.*则等价于调用times函数

ongeveer een maand ago | 0

Answered
What does 'e' mean in the number of -3.71767e187941659?

ongeveer een maand ago | 0

Answered
Matlab installer GUI for 2024b preventing text entry on "Confirm User" screen.
Contact technical support.

ongeveer een maand ago | 0

Answered
Why does a marketing web page open every time I use documentation?
Consider submitting a Web Site Feedback.

ongeveer een maand ago | 0

Answered
How to fix the error using -FROMSTRUCT ?
The error message is clear: -fromStruct asks you to enter a struct scalar, and then save each field name of the input struct as ...

ongeveer een maand ago | 0

Answered
How to extract the term associated with a symbolic variable and assign to another symbolic variable?
Use coeffs to get coefficients of U_sr and multiply it with U_sr.

ongeveer een maand ago | 0

Answered
Why does Matlab crash when I try to access .NET 6.0 (core)?
This is a known dotnet issue already submitted to Microsoft by MathWorks staff. 20241218 An easier workaround, from tech suppo...

ongeveer een maand ago | 2

Answered
How to test a function containing "waitfor" function without external user input?
Possible ideas: Create a waitfor function for testing in the current directory before testing to see if it can mask the waitfor...

ongeveer een maand ago | 0

Answered
Doc links no longer work
This should be a bug. According to Contents.m's documentation, it should work well with the doc command. If this feature is ver...

ongeveer een maand ago | 0

Answered
matlab 如何计算结构体的字节数,用whos怎么算出来的不对
在运行这段代码之前,你的S_XY是空的吗?

ongeveer 2 maanden ago | 0

Answered
这样写为什么会报错呢。
^是矩阵幂运算,.^是向量化幂运算,你混淆了这两种运算符

ongeveer 2 maanden ago | 0

Load more