Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
25.685
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Pregunta
How to evaluate a function that has been saved to a variable
I have a function: f = @(x) 2*tanh(x/2) I'm taking the 1,2,3 derivatives of d1 = diff(f(x)) d2 = diff(f(x),2) d3 = diff(f(x...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
writetable with spaces on header
I have a table: T LastName Age Smoker Height Weight BloodPressure _________ ___ ______ ______ ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
deleting all rows from a table that contain a string
I have the following table T: LastName Age Smoker Height Weight BloodPressure _________ ___ __...
más de 5 años hace | 2 respuestas | 1
2
respuestasPregunta
adding a blank row after a populated row on a Table
From the MATLAB Table examples: LastName = {'Sanchez';'Johnson';'Li';'Diaz';'Brown'}; Age = [38;43;38;40;49]; Smoker = logica...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
sin(x)^2
How to expand a function like sin(x)^2 to output 1/2*(1-cos(2*x))? I tried expand(sin(x)^2) but it returns the same.
más de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
How to fill a UItable with parsed string data
I'm reading the contents of a text file that are formatted as follows: fid = fopen(o.names{1},'r'); data = textscan(fid, '%s...
casi 6 años hace | 0 respuestas | 0