photo

Tony


Last seen: 2 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
207,071
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

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

8 years ago | 0 answers | 0

0

answers

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

10 years ago | 0 answers | 0

0

answers

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

10 years ago | 2 answers | 0

2

answers

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

10 years ago | 2 answers | 0

2

answers