![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8878112_1522129889968_DEF.jpg)
minsoo kim
Followers: 0 Following: 0
Statistiques
14 Questions
0 Réponses
RANG
211 672
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
35.71%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
What is the meaning of this simple 1 line matlab code?
X = [x, zeros(1,n)]; x is a 1xN matrix.
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
what is wrong with my code(FFT)?
% code clc; clear all; close all; f1 = 4*1000 %f1=4kHz t...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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,...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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....
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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....
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0