photo

H


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
2 Answers

RANK
153,580
of 300,756

REPUTATION
0

CONTRIBUTIONS
8 Questions
2 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Hi, I am wondering if the following binary number is correct for a 64-bit computer: 1011110001.0010011100101011000000100000110010000000000 or should there be 52 bits after the radix point? In my case I have 43 bits after the radix point. Thank you
Hi, I am wondering if the following binary number is correct for a 64-bit computer: 1011110001.00100111001010110000001000001...

7 years ago | 1 answer | 0

1

answer

0

answers

Answered
Hi, How can I plot the functions below on Matlab?
What if I say lambda=1.1 and -5<=x<=5.

7 years ago | 0

Question


Hi, How can I plot the functions below on Matlab?
<</matlabcentral/answers/uploaded_files/137463/Functions.JPG>>

7 years ago | 3 answers | 0

3

answers

Answered
converting a decimal number to its binary.
Please tell me where is the error in the first line of the following code: f=(x+1)*(exp(-(x+1))); g=(1/(sqrt(2*pi))...

7 years ago | 0

Question


converting a decimal number to its binary.
Hi, I wrote a code which converts a decimal number to its binary. However, when I convert to binary it doesn’t show 52 bits in...

7 years ago | 4 answers | 0

4

answers

Question


I want to write a Matlab function that will convert a decimal number into a binary number.
Hi, I am struggling to write a Matlab function that will convert a decimal number into a binary number with variables type d...

8 years ago | 2 answers | 0

2

answers

Question


whts the conclusion should be for this?
please help me with this questions. I have done it but i dont know whts the conclusion should be. i will appreciate if someone c...

10 years ago | 1 answer | 0

1

answer

Question


Hi, can anyone help me please? I need a command that can reversed the elements in v? where v is an input.
Hi, can anyone help me please? I need a command that can reversed the elements in v? where v is an input. Input(‘Give a row vec...

10 years ago | 1 answer | 0

1

answer

Question


how you could adjust this script to guarantee that there is at least one letter and at least one digit?
N=input('Give length of password to be generated: '); characters='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456...

10 years ago | 3 answers | 0

3

answers