Recent content by ruijorgemoren
-
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];- ruijorgemoren
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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')...- ruijorgemoren
- Thread
- Arrays
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX