社区资料

photo

balandong


Last seen: 1 month ago|Active since 2011

Statistics

全部
  • 个人最佳下载级别1
  • GitHub Submissions Level 1
  • First Submission
  • 感恩4级
  • Revival Level 2
  • First Answer

查看徽章

Content Feed

查看

Answered
如何编码一个带有子图的数字?
我会提出@strider之类的东西,但改用卷曲。K1 = 1:12 H(K1)=子图(2,6,K1)...的图(1)...

2年前|1

Submitted


ode-progress-bar and Interrupt-使用应用设计器
ODE Progress Bar and Interrupt using App Designer

2年前|2下载|

Answered
如何在App Designer中以图像作为图像显示数据
fig=app4; fig.Panel2.AutoResizeChildren = 'off'; ax = subplot(1,1,1,'Parent',fig.Panel2); CArray=[200 1 3 400 3;....

2年前|0

|公认

Answered
How to add a waitbar into an app created in App designer? Not in a separate figure.
要添加@ADAM答案,如果希望与应用程序设计师一起使用,将进行以下更新。%设置Pro ...

2年前|1

Question


如何在App Designer中以图像作为图像显示数据
Dear Coder, In App designer, how can I display an array data as an image? In normal circumstances, the above routine can be ea...

2年前|1答案|0

1

answer

Question


如何禁用次要情节设计XtickLabel with App Designer
我想禁用第一个子图的Xticklabel,只有Xticklabel仅在第二个子图上可见。如何...

2年前|1答案|0

1

answer

Answered
How to make MATLAB detect keyboard stroke?
也许我有点迟到参加聚会。但是您可以考虑此FEX提交KBTimer。这是mex基地,因此很快

2年前|0

Answered
Real time detect keypress
可以考虑此FEX提交KBTimer。这是mex基地,因此很快

2年前|0

Answered
command to read all current pressed keyboard keys
可以考虑此FEX提交KBTimer。这是mex基地,因此很快

2年前|0

Submitted


实时检测使用MEX的键盘冲程
Easy real time detect keyboard stroke without using the KeyPressFcn callback on the figure window

2年前|20下载|

Question


无法在应用程序设计器下同时运行两个功能
Dear Coder, Objective The objective is to run two functions simultaneously using app that design using App designer. In gene...

2年前|1答案|1

1

answer

Question


Unable to assign function handle to variable in specified workspace in app App Designer
嗨,问题是要将应用程序设计器中的变量携带到另一个函数。这个想法是致电(第一步)一个数字...

2年前|1答案|0

1

answer

Question


How to modify the text visibility in a Gui that created using App Designer
亲爱的编码器,我已经使用AppDeveloper开发了GUI。在单独的main.m文件中,我想显示GUI并更改t ...

2年前|1答案|0

1

answer

Question


evalfis_模糊逻辑工具箱中的错误
亲爱的编码器,在执行模糊推理计算后,MATLAB使用iDestfismex非法para丢弃以下错误错误...

3 years ago | 0 answers | 0

0

答案

Answered
How to efficiently replace NAN with Numirical value a reference vector
Thanks for the quick response. While your approach look elegant, but it consume to much memory if the array become larger. As f...

3 years ago | 0

Question


How to efficiently replace NAN with Numirical value a reference vector
Dear User, As per the title, may I know how to make the following code much compact and efficient. I wonder if the number of ...

3 years ago | 2 answers | 0

2

答案

Question


如何有效比较两个矩阵以获取单个参考值?
我可以知道如何使以下代码更加高效和紧凑。具体来说,我想减少confmat(逻辑(...)

3 years ago | 2 answers | 0

2

答案

Question


如何有效地将两个值作为唯一有价值的值编码
Dear all, With respect to the above subject, I wonder if we can make the following code more efficient and compact (reduce the ...

3 years ago | 2 answers | 0

2

答案

Question


如何有效地将两个值作为唯一有价值的值编码
Dear all, With respect to the above subject, I wonder if we can make the following code more efficient and compact (reduce the ...

3 years ago | 2 answers | 0

2

答案

Question


How to efficiently replace value at the n last column?
Dear all, The objective was to replace the value at the end of a column. I have make a simple case but wonder if there is anoth...

3 years ago | 1 answer | 0

1

answer

Question


MVKSDente函数下的Silverman'r规则方程是否正确?
Dear All, For the equation of Smoothing window parameter, MATLAB built-in function utilize the Silverman'r rule (it is Silverma...

4年前|0答案| 0

0

答案

Question


Alternative of REPMAT routine when working with BSXFUN for a large vector
Dear coder, To make thing clear, I will explain the situation with reference to details along with the code below %% I...

4年前|0答案| 0

0

答案

Question


How to indexing directly multiple row?
Dear all, I wonder how we can do direct indexing in compact form, for the following case? In this problem, i want to extract tw...

4年前|1答案|0

1

answer

Question


How to Efficiently randomize N percent index in every column?
Dear Coder, The objective was to mask a signal with different RANDOM noise combination. For example, if we have a signal ...

4年前|1答案|1

1

answer

Answered
How to access different FIELD in structure using CELLFUN
The following line were much more shorter than the originally proposed. load('help_strcCellFun.mat'); vec_SBN_TPR=cellfu...

4年前|0

Question


How EFFICIENTLY to extract multiple column base on multiple condition
亲爱的,目标是从 *s.c2 *中提取数据。根据 *s.state *的二进制状态(1或2),数据...

4年前|2 answers | 0

2

答案

Question


How to access different FIELD in structure using CELLFUN
Dear all, the objective was to access multiple fields (3 fields) located in multiple cell container. CELLFUN was used to make th...

4年前|1答案|0

1

answer

Question


如何从不同的单元容器中有效提取不同的矢量长度?
Dear all, the idea was to extract different length of vector from a different cell container as demonstrated at the code below. ...

4年前|1答案|0

1

answer

Question


How to EFFICIENTLY name multiple tables located inside a different cells
亲爱的,目标是重命名位于不同单元容器内部的桌子。为了使事情紧凑,小区...

4年前|1答案|0

1

answer

Question


How to efficiently sort a vector relative to a reference vector
亲爱的编码器,目的是针对矢量A中的数字进行分类。以下代码已实现为...

4年前|1答案|0

1

answer

Load more