photo

Tony


Last seen: 1년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

Feeds

보기 기준

질문


How do I make this function check error tolerance and the max number of iterations?
This is the code I have so far function [y,N] = sine_taylorN(x,es) % This function evaluates the Taylor's series (Maclau...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Please Help! Can anyone explain how to do this?
C Each number on a phone corresponds to three alphabetic characters. Write a code that prints all possible words formed (regar...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


How do I get the least used character in the text file ?
a= textread('GreatExpectations.txt','%c'); [m]=length(a); most_used_letter=char(mode(0+a))

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I get the program to display the most and least Freq used words? Tells me the # times used but I dont know how to get it to display the words. PLease Help!
a =fileread('GreatExpectations.txt'); w = regexpi(a, ' ', 'split'); v = unique(w); n = length(v); counts = zer...

9년 초과 전 | 답변 수: 2 | 0

2

답변