photo

Jun Young Choi


Last seen: 11 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
155,247
of 301,472

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,293

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答