photo

Jun Young Choi


Last seen: 10 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
154,854
of 301,213

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,422

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Plot Error Equation Error Needs Fix
%if true % code %end x = linspace(-0.02,0.02); y = -(2.56*10^10)*x; plot(x,y) title('\sigma_{xx}') r=linspace(-0.02,0...

5 years ago | 1 answer | 0

1

answer

Question


How to Make this Matrix Work
x=5; y=0; z=0; S=[(1.28*10^10)x*y-(2.56*10^10)y (2.56*10^6)-(6.4*10^9)*(y^2) -(6.4*10^9)y*z; (2.56*10^6)-(6.4*10^9)*(y^2) -(1...

5 years ago | 2 answers | 0

2

answers

Question


How to obtain FFT for a certain region for multiple images and plot FFT
clc; clear all; %% Pre setting path_name_ref = 'C:\Users\test\Desktop\reference'; imghei = 640; %(pixel) imgw...

6 years ago | 0 answers | 0

0

answers

Question


Error for PlotData (How Should I Fix It)
clc; clear all; %% Pre setting path_name_ref = 'C:\Users\night\Desktop\\reference'; imghei = 640; imgwid = 880...

6 years ago | 1 answer | 0

1

answer

Question


Find Pixel Value for a Point in the Several Images and Plot FFT Graph
Hi! I want to find the pixel value (intensity value) at a certain point for 200 images and plot a graph with FFT with Y-axis be...

6 years ago | 0 answers | 0

0

answers