photo

Andre Zeug


Last seen: Today 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

14 个提问
4 个回答

排名
4,562
of 299,737

声誉
11

贡献数
14 个提问
4 个回答

回答接受率
42.86%

收到投票数
9

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2
  • First Review

查看徽章

Feeds

排序方式:

已回答
islocalmax2: problems understanding 'MinProminence'
Thank you Mathieu for your alternative approaches. I will definitely give them a try. I still wonder why the 'MinProminence' pr...

6 months 前 | 0

提问


islocalmax2: problems understanding 'MinProminence'
I want to find local maxima in a 2D intensity image ("cell1.mat") and used the following strategy: % load data load('cell1.mat...

6 months 前 | 2 个回答 | 0

2

个回答

提问


Maximum number of frames in unint16 class tiff image (using libtiff).
Hi there, I have a (long) time series of uint16 xyt dataset which I want to save as tiff. I used filename = 'testtifffp.tiff';...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to programmatically check whether MATLAB has been started with the "-sd" option?
I have a program that needs to behave differently depending on whether MATLAB was started with the "-sd" option (sets initial wo...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to execute Toolbar Buttons programmatically
Dear all, I would like to execute a function which is called when pressing a Matlab toolbar button within a programm. In parti...

4 years 前 | 0 个回答 | 1

0

个回答

提问


Code Folding: How to Collaps like "Fold Initially"
Dear All, when having large scripts it is a good option to fold some code like functions and sections but not all, which can be...

4 years 前 | 0 个回答 | 1

0

个回答

提问


unexpected behaviour of uiimport
Dear all, my initial task was to import some *.csv file and return the content and the filename as return variables, such as ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Is there a afterAll-like listener function for batch jobs?
Hi, I want to run processes in background using batch, such as for figure and video generation and file saving, and want to exe...

5 years 前 | 1 个回答 | 1

1

个回答

提问


parfor does not uns parallel pool when a parfeval process is still running
Dear all, in my code I use parallel pool on a local machine and execute a longer function with 'parfeval'. In the main code I s...

5 years 前 | 1 个回答 | 1

1

个回答

提问


Memory issues using parfeval
Hi everyone! Since years I am using the nice function export_fig to save figures, which I create with my scripts and functions....

5 years 前 | 1 个回答 | 0

1

个回答

已回答
"Find and Replace" in Matlab Editor
Here is the anwer from Mathworks Technical Support: "...I am writing in reference to your Technical Support Case #03742137 rega...

6 years 前 | 0

提问


"Find and Replace" in Matlab Editor
Hi there, is there a way to specifically search (and replace) only in code lines or only in commented text? Thanks

6 years 前 | 3 个回答 | 1

3

个回答

已回答
Since R2018a no indication that script section is running
Here the answer from MathWorks Technical Support Department: This is a known bug and our developers are already working on fi...

7 years 前 | 0

提问


Since R2018a no indication that script section is running
Since R2018a I miss an indication that script section is running (Strg+Enter in editor). In previous versions mouse pointer ch...

7 years 前 | 1 个回答 | 2

1

个回答

提问


need help creating my own range slider class
Dear all, would like to combine JRangeSlider and 'uipushbuttons' to allow single step value change. I think creating a class ...

8 years 前 | 1 个回答 | 1

1

个回答

已回答
Wrong indexing in parfor loop
Thanks to the community. Summarizing, the problem of wrong indexing in PARFOR loops appears in R2014a (and older versions?) but ...

10 years 前 | 0

提问


Wrong indexing in parfor loop
I tried to use parfor to change parts of a variable but receive unexpected result d = ones(10,10); d = repmat(d,[1 1 1 1...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to update 'MATLAB_Editor_State.xml'
I am trying to reset the code folding state of a specific file which is open in the editor. Since the present code folding state...

10 years 前 | 0 个回答 | 1

0

个回答