photo

Tony


Last seen: plus d'un an il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

Feeds

Afficher par

Question


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...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


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))

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 9 ans il y a | 2 réponses | 0

2

réponses