blob: 12d3e51d215ad5ecfddca297191a406f4cb4ddd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 8 Example # 8.5 ")
disp("There is no computations in this example.")
disp("It is theoretical")
|