OMEIR HUSSAIN
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 155,481
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I have created a depth map using a time of flight sensor by measuring the distances to create a depth map I am not sure if it is correct.
clc; clear all; close all; %% Step 1: Load the Data File filePath = 'C:\Users\omeir\Downloads\time of flight data.csv'; % Up...
24日 前 | 1 件の回答 | 0
1
回答質問
I am been trying and getting the error even though the file name is same
% Clear workspace and command window clear all; clc; close all; % Read images with different exposure times I1 = imread('sc...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
Plot the normal-incidence reflectance of this bragg reflector from 300 nm to 800 nm, just like lecture, using the thicknesses found in (a), for 2, 4, and 8 periods.
an example of a Bragg reflector made out of ZnS and MgF2 films. Assume that you want to make a Bragg reflector centered about a...
8ヶ月 前 | 0 件の回答 | 0
0
回答質問
Assume you have light incident from air onto gold, at a free-space wavelength of 700 nm. Using the complex refractive index of gold (n+ik) n=0.27732,k = 2.9278
plot 𝑅𝑠 and 𝑅𝑝 as a function of the incident angle 𝜃1 from 0 to 90°. % Constants n_air = 1; % Refractive index of air l...
9ヶ月 前 | 1 件の回答 | 0
1
回答質問
Plot the first-order autocorrelation functions for the following light sources: perfect monochromatic source, a thermal lamp((Lc=1 μm, a led =100 μm), lasersLc=1 m and 1 km
clc; close all; clear all; % Parameters tau = linspace(-10, 10, 1000); % Time delay (in arbitrary units) omega_0 = 2*pi; % ...
10ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to plot a given vector field A(x y,z)=(-y)x hat + ( x) y hat + (0) z hat in x y plane .I tried this code but getting an error
% Define the vector field A(x, y, z) = (-y)x_hat + (x)y_hat + (0)z_hat syms x y z A = [-y*x, x*y, 0]; % Define the x and y...
11ヶ月 前 | 1 件の回答 | 0