photo

SeokWon CHOI


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
80.055
of 297.560

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20.456

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.148

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

  • Thankful Level 2

View badges

Feeds

View by

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

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer