photo

埃博拉酱


Last seen: 18 days 前 自 2019 起处于活动状态

Followers: 2   Following: 0

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

统计学

All
MATLAB Answers

20 个提问
148 个回答

File Exchange

15 文件

Cody

15 个问题
44 个答案

排名
477
of 300,198

声誉
167

贡献数
20 个提问
148 个回答

回答接受率
60.0%

收到投票数
30

排名
5,816 of 20,889

声誉
209

平均
5.00

贡献数
15 文件

下载次数
32

ALL TIME 下载次数
970

排名
8,328
of 167,681

贡献数
15 个问题
44 个答案

评分
803

徽章数量
6

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 4
  • 3 Month Streak
  • 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

查看徽章

Feeds

排序方式:

已提交


埃博拉酱 的 MATLAB 扩展 Extension
提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,互斥锁、某个图形对象的Y轴、多输入输出varfun、多维find、优化图例显示位置、任意维度p...

18 days 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


从 GitHub Release 检查更新 Update
从 GitHub Release 检查更新

2 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


Which YAxis does this Graphic object belong to?
Your function gets a graphic object in an Axes that has 2 YAxis. Can you determine which YAxis does this object belong to?

3 months 前

问题


Which YAxis does this Graphic object belong to?
Your function gets a graphic object in an Axes that has 2 YAxis. Can you determine which YAxis does this object belong to? I pr...

3 months 前 | 0 | 2 个解题者

已解决


Classify triangles as acute, obtuse, or right
In an acute triangle, the three interior angles are acute, or smaller than 90 degrees. In an obtuse triangle, one angle is obtus...

4 months 前

已解决


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

4 months 前

已解决


y = x
set y equal to x

4 months 前

已解决


Magic array teasing num2cell

4 months 前

问题


Dimensional FindGroupsN
The upgraded version of the built-in findgroups, supports any data type, and you can specify a split dimension, and missing valu...

4 months 前 | 0 | 0 个解题者

已提交


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

5 months 前 | 9 次下载 |

0.0 / 5
Thumbnail

已提交


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

7 months 前 | 4 次下载 |

0.0 / 5
Thumbnail

已提交


作图 颜色 分配 Figure Color Allocate
根据人类视觉特点,提供最显眼的作图配色方案

8 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
C++ compiler errors TFlite
You're encountering a very similar issue as another question. Refer to my answer there and see if it helps.

9 months 前 | 0

| 已接受

已回答
Error generating MEX PIL due to missing header file for deployment of TFLite model to Raspberry Pi
Environment variables are used to load dynamic libraries at runtime. Your problem now is that the header file is missing at comp...

9 months 前 | 1

| 已接受

已回答
Can't solve linker error in building S-Function Builder
What is <onnxruntime_cxx_api.h> and is it provided by MATLAB or a third-party library? If it's a third-party library, the link ...

9 months 前 | 0

已回答
Subdivide a figure window into two rows and one column?
According to documentation, subplot is not recommended and you'd better use tiledlayout for new projects: tiledlayout(2,1); ne...

9 months 前 | 0

已回答
Error when using exportgraphics function to save large vector graphics with transparency
我使用了你提供的文件,测试了你的第一行代码,但是在更新的MATLAB版本和操作系统环境上: ---------------------------------------------------------------------------------...

9 months 前 | 0

| 已接受

已回答
Matlab no muestra el gráfico de mi codigo
Su código no parece tener nada malo y lo estoy ejecutando bien en mi terminal. Es posible que deba considerar la posibilidad de ...

9 months 前 | 0

已回答
i have a matlab code with 3 for loops, in last for loop , there is threshold based penalization. i want trace some variables in that code and compare with plot
If I understand you correctly, you might want to try animatedline. Use this method to keep adding new points to the line as you ...

9 months 前 | 0

已回答
How to connect broken lines, but no enlarge line width?
function Image=FixBroken(Image,GapSize) try Image=imread(Image); catch ME if ME.identifier~="MATLAB:imagesci:imread:badIma...

9 months 前 | 0

| 已接受

已回答
Error using build after clibgen.generateLibraryDefinition runs as expected.
Since you didn't provide the source code, I can't reproduce your issue. But I would suggest that you compile a C++ MEX file func...

9 months 前 | 0

| 已接受

已回答
how to set the browser of webread function?
一般来说是标头问题。你可以打开Chrome的开发人员工具看下请求的标头是什么,然后用weboptions设置同样的标头。 Generally it's a header issue. You can open Chrome's developer too...

9 months 前 | 0

已回答
Matrix function -- problem with the defi
function Y=F(Y,f) y3=Y(3,:); Y(2:3,:)=[y3;f(Y(1,:),Y(2,:),y3)]; Y(1,:)=1; end

9 months 前 | 0

已回答
Ideas on generalizing the syntax used for constructing complex variables
The imaginary units i and j are keywords hard-coded into the MATLAB interpreter. You can't add new custom keywords. Conceptually...

9 months 前 | 0

已回答
Detecting a serial port valid after disconnect/reconnect
You may want to set the ErrorOccurredFcn property of serialport: S=serialport('COM4',9600); S.ErrorOccurredFcn=@(varargin)disp...

9 months 前 | 0

| 已接受

已回答
Calculation with three dimensional matrices
If your formula expresses what @Torsten understands, I'll code like this: function Y=cGW_Y(c,G,W) Y=permute(pagemtimes(permute...

9 months 前 | 0

| 已接受

已回答
Contains in cells extracted from a structure runs into char class problems
I suggest you upload some .mat sample data. There are many ambiguities in your description. The weirdest behavior in your code ...

9 months 前 | 0

已回答
How to acces lib.pointer in C++ Mex Files
lib.pointer has a Value property. Pass that to your MEX function.

9 months 前 | 0

已回答
Stop Windows MATLAB adjusting figure's position and size
你试过print吗?我一般用print出图,基本没有遇到过尺寸限制问题。 print(load('fig.mat').fig,'fig.pdf','-dpdf');

9 months 前 | 0

已回答
File Exchange: how to "Link to an External Website"
If the feature has been removed, it shouldn't appear in the documentation. If the claimed feature of the document does not exist...

9 months 前 | 0

| 已接受

加载更多