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 ...
거의 10년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0