Community Profile

photo

Tom Shlomo


BGU

Last seen: 대략 3년 전 2016년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • 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)

3년 초과 전 | 다운로드 수: 3 |

답변 있음
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...

대략 4년 전 | 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...

대략 4년 전 | 답변 수: 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?

4년 초과 전 | 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. ...

4년 초과 전 | 답변 수: 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, ...

4년 초과 전 | 답변 수: 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 ...

5년 초과 전 | 답변 수: 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...

7년 초과 전

문제를 풀었습니다


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

7년 초과 전