Community Profile

photo

Tiffany McGinnis


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Matlab read textile into two matrices
Read data file directly into the columns of two matrices, i.e. do not save into vectors and later assign to columns. See FIGURE ...

5 years ago | 0 answers | 0

0

answers

Question


fopen, fscanf, nested for loops
Check the file ID to determine if the file is available. Only print message if file is not available. Use nested for loops to...

5 years ago | 0 answers | 0

0

answers

Question


Switch-case problem
inches = -2; while ~(inches >=59 && inches <= 78) inches = input('Enter the height in inches(59-78) : '); end pounds = ...

5 years ago | 1 answer | 0

1

answer