Jake
Followers: 0 Following: 0
Feeds
질문
error on line 42 : gui_mainfcn(gui_State, varargin{:});
very new to coding. i have just run this code and i end up with this error. would like a bit of insight to know how i could fix ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
i believe there may be a problem with entering my switch case
i am using this code to read a value from the moisture sensor and light up an led depending on the moisuture. however when i run...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
counting vowels then removing them from a txt file
fid = fopen('sampletext.txt' , 'r'); vowel_set = 'aAeEiIoOuU'; vowels = 0; non_vowels = [ ]; while x==1:length(sampletext.tx...
1년 초과 전 | 답변 수: 2 | 0