photo

YC


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
63,416
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Review

View badges

Feeds

View by

Answered
Convert floating point or double base-10 value to any other base (and vice-versa)?
New thread here looking for advice on how to correctly convert base-10 floating points to other bases (specifically bases higher...

5 years ago | 0

Question


Convert floating point or double base-10 value to any other base using dec2base?
Hello, here I have a code which converts base-10 values to any other base below 10. %Input must be a string %Converts base-10 ...

5 years ago | 0 answers | 0

0

answers

Question


Convert floating point or double base-10 value to any other base (and vice-versa)?
Hello, I am using the dec2base and base2dec functions right now, but I have some floating values I want to convert to other base...

5 years ago | 1 answer | 0

1

answer

Question


Converting floating-point hexadecimal (string input) to decimal
I am trying to convert a base-16 string input to a base-10 output. I have a current code, using the hex2dec function. However, i...

5 years ago | 1 answer | 0

1

answer