photo

Tom Shlomo


BGU

Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
3 个回答

File Exchange

1 文件

Cody

0 个问题
2 个答案

排名
7,274
of 297,457

声誉
6

贡献数
4 个提问
3 个回答

回答接受率
75.0%

收到投票数
4

排名
11,701 of 20,438

声誉
37

平均
5.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
295

排名
85,657
of 158,938

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • 3 Month Streak
  • Personal Best Downloads Level 1
  • First Answer
  • Thankful Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • Solver

查看徽章

Feeds

排序方式:

已提交


Short Time Fourier Transform and its least squares inverse
Matlab routines for efficient calculation of the Short Time Fourier Transform (STFT) and its inverse (ISTFT)

4 years 前 | 2 次下载 |

5.0 / 5

已回答
Bin data into equally spaced intervals
The following code can be easily extended to any number of dimensions: x = A91(:,1:2); val = A91(:,3); binWidth = [1e-6, 1e-3...

5 years 前 | 1

提问


how to control the output device of soundsc?
When I use soundsc to play an audio signal, the audio is played through the speakers, even when the headphones are connected. O...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
How can I display function hints for methods in a class?
Any news on this? perhaps something changed with the recent introduction of the arguments block?

5 years 前 | 1

提问


Changing the properties of a heatmap title
For standard axes, the title property is a Text object, so properties such as Interpreter and FontSize can be setted directly. ...

5 years 前 | 2 个回答 | 2

2

个回答

提问


Errors in app designer after installing 2019b
Hello, I have installed 2019b a few days ago (from 2018a), and now I have trouble working with the app designer. For example, ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


keyboard shortcut to change focus to command window from App Designer
Hey, Usually the keyboard shortcut to change the focus to the command window is Ctrl+0. However this does not seems to work if ...

6 years 前 | 1 个回答 | 0

1

个回答

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 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:...

8 years 前