Community Profile

photo

Cristina Banda


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Error: index exceeds matrix dimensions.
clear cInfo; fid = fopen('wages.txt','rt'); count = 0; while not(feof(fid)) cInfo = textscan(fid,'%d %s %f'...

8 years ago | 1 answer | 0

1

answer

Question


Error at fprintf: function not defined for 'cell' inputs
Can someone tell me what's wrong? clear; count=0; suit={'clubs' 'diamonds' 'hearts' 'spades'}; for i =1...

8 years ago | 1 answer | 0

1

answer