Community Profile

photo

Changyu Liu


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Really! fprintf cell error
function []=printresults2file(shape) fid=fopen('ChangyuLiu.txt','wt'); fprintf(fid, 'The number of entered objects was %d ...

4 years ago | 1 answer | 0

1

answer

Question


What exactly does char mean?
>> answer = input('Enter YES or NO:\n','s'); fprintf('%c\n',answer) Enter YES or NO: YES Y E S >> answer = input('Enter Y...

4 years ago | 1 answer | 0

1

answer