| MagdalenQ Member
 
  
 Posts: 1
 
 | Using matlab, how can I convert numeric values in a vector to a string? For example, if days = [1, 2, 3] how can I convert it to daysofweek = 'Monday, Tuesday, Wednesday' ? The variable 'days' should be converted into the string 'daysofweek'. 'days' can be any number 1 through 30. 
 ______________
 Sukienki
 
 
 
 |