SeokWon CHOI
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
70,816
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to plot picese-wise linear transformation graph?
Ig = rgb2gray(imread('example.jpg')); A = 50; B = 180; In = (A < Ig) & (Ig < B); I want to plot "In" graph like this ...
1 year ago | 1 answer | 0
1
answerQuestion
How to use arguments of other m-file in another m-file?
I want to use the arguments of the m file called A in the m file called B, but I don't know how. How can I do? for example...
2 years ago | 1 answer | 0
1
answerQuestion
How can I connect slider and angle in the GUI?
Hello, I want to make the GUI change the angle when using the slider. for example, in this photo, the first slider moves the ...
2 years ago | 0 answers | 0
0
answersQuestion
How to save regular audio files as variables with for loop?
I want to save regular audio files as aa1.wav, aa2.wav ... aai.wav in a variable via audioread syntax. For example, load ha...
2 years ago | 1 answer | 0
1
answerQuestion
How to plot frequency response at discrete time?
I want to plot a frequency response ( z-transform) How can I plot this graph? Before asking to you, I tried to solve it by mys...
3 years ago | 1 answer | 0
1
answerQuestion
How to find the solution of inverse function ?
Hello, I have some question for solving matlab. if x = [1 2 3 4 5 6 7] and y = [3.6 1.8 1.2 0.9 0.72 1.5 0.51429] I want to fi...
4 years ago | 1 answer | 0