Feeds
提问
Spline Derivatives and Root Finding
A reactor is thermally stratified as in the following table: Depth, m= [0 0.5 1 1.5 2 2.5 3] Temperature, ◦C= [70 ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Number to Binary, pads with zeroes
Write an m-file function called get_exponent.m that calculates the exponent of a scalar double precision number, shifts it by t...
10 years 前 | 0 个回答 | 0
0
个回答提问
Scalar Double Precision to 1 or 0
that takes a scalar double-precision value as its input and returns a string ’1’ or ’0’ depending on the input’s sign. get_s...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to convert a single number into a string representing the binary form of that number?
function to_binary=dec2bin(d) to_binary= dec2bin(d:n) This is all I can come to and it keeps telling me i cant define f...
10 years 前 | 1 个回答 | 0