Feeds
提问
Creating heading for table that changes depending on datainput
grades_incl_final=[cellstr(data.StudentID) cellstr(data.Name) num2cell(grades) num2cell([computeFinalGrades(grades)]')]; ...
8 years 前 | 2 个回答 | 0
2
个回答提问
Replace multiple substrings within a string
I have a string of letters where i want to replace every A with 'BRARB' and every B with 'ALBLA'. I want to do this so that the ...
8 years 前 | 2 个回答 | 0
