photo

Tony


Last seen: alrededor de 2 años hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
207.094
of 297.527

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.075

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 10 años hace | 2 respuestas | 0

2

respuestas