photo

Ttill


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
234,094
of 301,213

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,422

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer