Recent content by ruijorgemoren

  1. R

    Working with char arrays - Solving Array Problems with Rui's Help

    Warning: Out of range or non-integer values truncated during conversion to character. > In tp3 at 54 In run at 62 ? Error using ==> run Subscripted assignment dimension mismatch. My line 54 in tp3.m is: nome=[jose];
  2. R

    Working with char arrays - Solving Array Problems with Rui's Help

    Hi there! I'm having problems with creating/using char arrays. My actual code is: (I reduced the options to make it smaller here..) int option; int i; fs=11025; %frequency %load wave files into MATLAB vectors [jose]=wavread('jose.wav'); [antonio]=wavread('antonio.wav')...
Back
Top