Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
T = 1;
lambda_correct = 1.057002706519664e-05;
assert(abs(WienWavelength(T)/lambda_correct-1)<1e-5);
|
2 | Pass |
T = 10;
lambda_correct = 1.023405587117661e-05;
assert(abs(WienWavelength(T)/lambda_correct-1)<1e-5);
|
3 | Pass |
T = 100;
lambda_correct = 7.765705265774241e-06;
assert(abs(WienWavelength(T)/lambda_correct-1)<1e-5);
|
4 | Pass |
T = 1000;
lambda_correct = 2.276065601008253e-06;
assert(abs(WienWavelength(T)/lambda_correct-1)<1e-5);
|
Increment a number, given its digits
562 Solvers
Flip the main diagonal of a matrix
506 Solvers
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
226 Solvers
315 Solvers
Find the area of the four walls
203 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!