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

