Anon


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

10 个提问
1 个回答

Cody

0 个问题
1 个答案

排名
12,727
of 297,457

声誉
3

贡献数
10 个提问
1 个回答

回答接受率
50.0%

收到投票数
4

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
117,917
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


Vector with elements, reconstructable after addition...
Hi, ok, you will notice that I am not very proficient in mathematics, so please excuse my lack of terminology in asking this ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab crashes when manipulating an array generated by a mex function
Dear all, I have written a Mex-function that generates an array. Actually, it is a topological sort algorithm. Now let's sa...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Populate structure array efficiently
Hi, I am wondering if this question is too simple and if I am missing something important. How do I efficiently populate a st...

12 years 前 | 2 个回答 | 0

2

个回答

提问


InputParser and function handle
Hi, I want to use the InputParser Class to check the inputs of a function. Basically my function looks like this funct...

12 years 前 | 1 个回答 | 0

1

个回答

已解决


Vectorize the digits of an Integer
Create a vector of length N for an integer of N digits. x=123045; x_vec=[1 2 3 0 4 5]; I happened upon a trick to do ...

12 years 前

提问


Pass data to an instance of a class outside the constructor
Dear all, I am currently working on a class that is associated with various methods. One of the methods (function) produces s...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Topological sort
Hi, I am looking for an implementation of a MATLAB function that performs a topological sort of an directed acyclic graph bas...

13 years 前 | 1 个回答 | 2

1

个回答

提问


Zooming resizes axes
Dear all, I am working on my first GUI and already [edited] beginning to love it [until here] :-) I am not managing it to obtai...

13 years 前 | 2 个回答 | 1

2

个回答

提问


Fuzzy membership and defuzzification
Dear all, I know this question might be better placed at a statistics forum. Still, since I am used to code in Matlab I thought...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Return to previous zoom level/location
Let's say I have created a figure using imagesc imagesc(X(1,:),Y(:,1),I) and I have then used the manual zoom tool to lo...

14 years 前 | 1 个回答 | 1

1

个回答

已回答
Two functions with the same name - how to directly call one of both
Thanks for your replies, Laura and Jan. It helped.

14 years 前 | 0

提问


Two functions with the same name - how to directly call one of both
I use the image processing toolbox and another toolbox that both have the function watershed. Is there a way to explicitly call ...

14 years 前 | 3 个回答 | 0

3

个回答