photo

Michael


Last seen: 14일 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
3 답변

순위
121,885
of 300,781

평판
0

참여
9 질문
3 답변

답변 채택
77.78%

획득한 표
1

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how can i use the matlab file in python
If you want to run MATLAB code in Python, you have two options: Translate it to Python language - MATLAB uses a distinct langua...

대략 1년 전 | 0

질문


Multichannel signal filter with multichannel impulse response (efficiently)
Objective: Filter 16-channel audio files with corresponding 16-channel impulse response (IR) data (obtained using MATLAB IR mea...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Why does argmin index of NaN array have a value of 1 and not NaN?
[M, I] = min([NaN, NaN]) produces M = NaN I = 1 Why? When there is no minimum (M=NaN) there should ...

대략 2년 전 | 답변 수: 3 | 0

3

답변

질문


Why is this loop faster than a vectorised version? Could the vectorised version be made faster than the loop?
I'm trying to improve performance in a code that uses a loop. I've written a vectorised version matching the functionality, whil...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to get app designer radio button group spacing to auto resize with window
I have an app that (necessarily) automatically resizes to fill the screen on launch (app.UIFigure.WindowState = 'fullscreen'). T...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Why does 'Scrollable' UI container interactivity only work when components are "above or to the right" of the visible window?
The built-in functionality for UI containers 'Scrollable' interactivity (eg, uifigure) only works when components are "above or ...

대략 2년 전 | 답변 수: 1 | 1

1

답변

답변 있음
How to make components in uitabgroup align to center of uifigure window when UIFigure.WindowState = 'fullscreen' using AppDesigner?
The way to do this is to 1. apply a grid layout to the top level panel on which the tab group appears, set this to one column an...

대략 2년 전 | 0

| 수락됨

질문


How to make components in uitabgroup align to center of uifigure window when UIFigure.WindowState = 'fullscreen' using AppDesigner?
I have designed an app that sets app.UIFigure.WindowState = 'fullscreen' on opening. In the UI I am using a tab group each tab o...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to to design and test UI with audioDeviceWriter and dsp.AudioFileReader in AppDesigner for multichannel audio playback
I'm developing a user interface in AppDesigner that uses dsp.AudioFileReader and audioDeviceWriter to read and play 16-channel a...

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


Shuffle order of cell array without repeating rows
I have a cell array of duplicated strings (filenames, in my application) the order of which I would like to pseudo-randomise, su...

대략 2년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Spectrogram error: psdoptions and nfft
It seems the problem is in the argument syntax usage - the function wouldn't accept either Name=Value, or 'Name', 'Value' paired...

2년 초과 전 | 0

| 수락됨

질문


Spectrogram error: psdoptions and nfft
I'm getting some error messages trying to use the spectrogram function in Matlab 2022b. My signal x_re is sized 600000 x 1, wit...

2년 초과 전 | 답변 수: 1 | 0

1

답변