photo

minsoo kim


Last seen: 5년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
155,360
of 300,853

평판
0

참여
14 질문
0 답변

답변 채택
35.71%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


What is the meaning of this simple 1 line matlab code?
X = [x, zeros(1,n)]; x is a 1xN matrix.

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


what is wrong with my code(FFT)?
% code clc; clear all; close all; f1 = 4*1000 %f1=4kHz t...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How can I make this matrix function?
Let's say I have a matrix A[x,y,z] If A[i,j,k]<N, (i<=x, j<=y, k<=z, N : certain value.) then A[i,j,k]=0 else nothing ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Why do I get the error "Too many input arguments"
my_recorder = audiorecorder; recordblocking(my_recorder,2) x= getaudiodata(my_recorder); LPF0=LPF; x0=filter(LPF0,...

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

1

답변

질문


Is it possible to use record() without pause()?
Many matlab record function requires pause() as a set. But when I used pause(), this function makes my matlab game stop. A...

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

0

답변

질문


How to display the output using GUI? (not guide)
I made a certain function that returns value A and that function is activated every time after I push a pushbutton. Problem i...

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

1

답변

질문


How can I record my voice without pause?
I made a voice control ping-pong game with matlab gui. In the middle of the game, pressing "r" initiates recording for 1 sec....

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

1

답변

질문


How can I find a maximum mean value of row with given 2D array?
Let's say I have a 2D array S(m,n). What I want to do is to find a row that has the biggest mean value. I'll call this row as...

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

1

답변

질문


How to find a row that have maximum mean value in 2D array?
Let's say I have a 2D array S(m,n). What I want to do is to find a row that has the biggest mean value. I'll call this row as...

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

1

답변

질문


How to remove certain value from array and reshape the array?
I want to delete every -120 value from S(i x j) and reshape the S without -120. Only S(X, certain 'Y's) have this -120 value....

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

1

답변

질문


How can I put matlab ping pong game on GUI?
What I'm going to make is voice control ping-pong game. I already have matlab ping pong game. This is what I have. fu...

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

0

답변

질문


How can I compare vectors using if statement?
Let's say I have vectors, 1. T (1 x 513) 2. F (1 x 30) 3. S (513 x 30) As you see, T is time, F is frequency...

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

0

답변

질문


How can I get the frequency or amplitude of certain point of the given signal by matlab?
How can I get the frequency or amplitude of certain point of the given signal by matlab without using plot? for example, U...

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

1

답변

질문


How can I compare frequency or amplitude of the given signal by matlab?
Let's say I have a signal A. If the frequency of A is higher than B frequency then the matlab returns certain output. I us...

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

1

답변