photo

Federico Becattini


Università degli Studi di Firenze

Last seen: 1 year 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
4 个回答

Cody

0 个问题
4 个答案

排名
3,952
of 297,503

声誉
14

贡献数
2 个提问
4 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
59,942
of 159,017

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

提问


Disable the "did you mean" feature
Hi, does anyone know if it is possible to disable the "Did you mean" feature when a mistake is made in Matlab's command window?...

6 years 前 | 1 个回答 | 0

1

个回答

已解决


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

7 years 前

已解决


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

7 years 前

已解决


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

9 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years 前

提问


How to avoid UniformOutput in cellfun/arrayfun when not needed
Hi, I noticed that sometimes cellfun and arrayfun require to set the flag UniformOutput to _false_ even when the results could b...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
Finding and plotting evenly-spaced points along a vector
If I understood correctly this is what you are looking for: num_points = 10; for i=1:num_points points_x(i)=(x(1)*i+...

9 years 前 | 1

| 已接受

已回答
Writing outputs from a 3D matrix loop
you are giving a filename using only k to make different files. Of course this does not consider the value of i and j and hence ...

9 years 前 | 0

已回答
How does MATLAB Parallel computing toolbox work?
The simplest way of running matlab code in parallel is to open a parallel pool specifying the number of cores that you want to u...

9 years 前 | 0

| 已接受

已回答
How can i input matrix array
If you only want to store these values in an array you can do: array = reshape(x(1,:,:),1,[]) If you want to display the...

9 years 前 | 0

| 已接受