
What's wrong with my code (Matlab)?
You have to specify what kind of variable your input function uses. try '%c' for single characters.
http://answers.yahoo.com//question/index?qid=20120904011907AAmB0Y5
Guys whats wrong with that code, i've been trying it and it wont work?
Well, first of all, I would not use the BORDER and BORDERCOLOR attributes, since these are not part of the HTML standards. They were designed strictly for the Netscape type environment.If you want...
Read More »
http://answers.yahoo.com//question/index?qid=20090509140830AAyWePL
What code searches a text file for vowels in MatLab?
You can use a switch case statement to do this. Also, read only characters one by one and not entire strings.
http://answers.yahoo.com//question/index?qid=20120904043952AAvr6Qv
What code do I use to allow user input of a text file to be read (Matlab)?
You can use these commands to do this: ~feof, ~fscanfHope this helps.
http://answers.yahoo.com//question/index?qid=20120905021608AALy8Xl