Community Profile

photo

THANH NGUYEN


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Help me do a big while function
I add a while above of the first line of my code, but it doesn't work as I want. The below is the code for first part. The first...

11 years ago | 0

Question


Help me do a big while function
Prompt the user to enter a value for height in inches (59-78). Enter zero to end. While height not equal to zero process BMI ...

11 years ago | 2 answers | 0

2

answers

Answered
help me do while function
I don't know how to do it. Can someone give an example to make my dump head understand how to do it? Thanks.

11 years ago | 0

Answered
help me do while function
gender = input('Is the person a female or male? Enter F or M: ','s'); while (gender ~= 'F' || gender ~= 'f' || gender ~...

11 years ago | 0

Question


help me do while function
Is the person a female or male? Enter F or M: x It should be like this Is the person a female or male? Enter F or M: f ...

11 years ago | 0 answers | 0

0

answers

Answered
help me do while function
how about Enter F or M for gender. while gender is not equal to F || gender is not equal to M what is the notation for that?...

11 years ago | 0

Question


help me do while function
Prompt the user to enter a value for height in inches (59-78) and weight in pounds (90-350). I don't know what I can't do that. ...

11 years ago | 4 answers | 0

4

answers

Question


fprintf function question about
fprintf('that will be $ %5.2f ....) I know .2 mean 2 decimal place, but what is 5 mean here. Thanks.

11 years ago | 1 answer | 0

1

answer

Question


sort and sortrow differences
what is the difference between sort and sortrow? Thanks

11 years ago | 2 answers | 0

2

answers

Question


Help switch case problem
The requirement of this assignment is to calculate the Ideal Body Weight (IBW). The following equations are used to compute the ...

11 years ago | 2 answers | 0

2

answers

Answered
Help switch case problem
the target weight for target bmiw. I don't know why I got the wrong pound. It should be 184.3 pounds for bmi=25, but i got 165 p...

11 years ago | 0

Question


How to use if elseif, if
Underweight: BMI is less than 18.5 Normal weight: BMI is 18.5 to 24.9 Overweight: BMI is 25 to 29.9 Obese: BMI is 30 or more ...

11 years ago | 1 answer | 0

1

answer

Question


help create table for my assignment
assignment is here: <http://www.mediafire.com/view/?vxusaduasijdpdp> the table is at the end of those slide. Its title is Atlan...

11 years ago | 0 answers | 0

0

answers

Question


help to find and display the mean,median for a matrix
The table is # # # # # The first is year.then ace,...... How to find and display the mean of secon...

11 years ago | 1 answer | 0

1

answer