C++
Spoken Languages:
Chinese
Pronouns:
No pronouns - Use my name only
Statistiques
RANG
558
of 296 558
RÉPUTATION
137
CONTRIBUTIONS
20 Questions
142 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
27
RANG
6 177 of 20 392
RÉPUTATION
185
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
15 Fichiers
TÉLÉCHARGEMENTS
30
ALL TIME TÉLÉCHARGEMENTS
838
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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 ...
environ 14 heures il y a | 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...
environ 14 heures il y a | 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...
environ 14 heures il y a | 0
how to set the browser of webread function?
一般来说是标头问题。你可以打开Chrome的开发人员工具看下请求的标头是什么,然后用weboptions设置同样的标头。 Generally it's a header issue. You can open Chrome's developer too...
environ 15 heures il y a | 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
1 jour il y a | 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...
4 jours il y a | 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...
4 jours il y a | 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...
4 jours il y a | 0
| A accepté
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 ...
4 jours il y a | 0
How to acces lib.pointer in C++ Mex Files
lib.pointer has a Value property. Pass that to your MEX function.
4 jours il y a | 0
Stop Windows MATLAB adjusting figure's position and size
你试过print吗?我一般用print出图,基本没有遇到过尺寸限制问题。 print(load('fig.mat').fig,'fig.pdf','-dpdf');
5 jours il y a | 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...
5 jours il y a | 0
| A accepté
A soumis
埃博拉酱 的 MATLAB 扩展 Extension
提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,MariaDB数据库相关操作、序列化字节和反序列化、统一各坐标区的XYZC轴范围、斐波那契差值...
12 jours il y a | 4 téléchargements |
A soumis
Image5D - OIR, TIFF
快速随机读写5D图像格式,目前支持读入 Olympus OIR 和读写 OME-TIFF,比市面上流行的竞品BioFormats要快得多,80多㎇的OIR不到3s就能打开
13 jours il y a | 7 téléchargements |
Private/protected properties not suggested by methods in class folder
R2024b does not reproduce your issue - may have been fixed.
29 jours il y a | 0
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 ...
environ un mois il y a | 1 réponse | 0
1
réponseA soumis
埃博拉酱 的 并行计算 Parallel Computing 工具箱
埃博拉酱的并行计算工具箱,提供一系列实用的并行计算辅助功能: 自动删除长时间卡死的并行池 为无法一次性全部读入内存的大文件,提供单线程读写、多线程计算的解决方案 替官方修复MATLAB在含有非ASCII字符的主机名的主机上不能启动并行池的bug 将指定的G...
environ un mois il y a | 2 téléchargements |
How to find all specified files in a specified path in Matlab?matlab 如何查找指定路径下的所有指定文件
如果你只需要文件名,可以用ls ls *.mdl ls *.slx
environ un mois il y a | 0
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...
environ 2 mois il y a | 1
这种乘除法怎样解释呢?。
一行N列变量指的是行向量吗?两个行向量是不能做矩阵乘法的,这个代码应该会出错,因此也没有什么意义可以解释。
environ 2 mois il y a | 0
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.
environ 2 mois il y a | 0
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...
2 mois il y a | 0
Can not use a single value to express the color value
我无法复现这个问题,你是否还作了其它图像?
2 mois il y a | 0
MATLAB欧式距离的代码优化。
[dis(:,1),dis(:,2)]=find(tril(true(width(alldesc)),-1)); dis(:,3)=pdist(alldesc.');
2 mois il y a | 0
已知一组数据x,大概服从拉普拉斯分布,如何才能估计出对应的参数呢?。
拉普拉斯分布只有一个位置和一个尺度参数。位置参数就是中位数,尺度参数就是每个点到中位数的平均距离。 function [mu, b] = estimate_laplace_params(data) % 估计位置参数 μ(中位数) mu...
2 mois il y a | 0
如何往元胞数组的某个单元里增加新的值?。
你的问题描述必然存在错误,一个元胞里只能放一个数组,不可能允许a{1,1}里存放了[5,6],[4,9],[8,2]三个数组。请重新检查。
2 mois il y a | 0
通过数据来确定概率密度函数。
不可能确定它的概率分布是什么,只能列出可能的概率分布,然后依次进行统计检验,计算它是各种分布的概率。
2 mois il y a | 0