Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
188.075
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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 present elements of a cell array?
If in any two elements of both cells, the numbers are the same, then how to display the letters that correspond to these numbers...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
As in Matlab Notebook use functions?
As in Matlab use functions? For example, I wrote a function mymin, then created a .doc file and all placed in the same folder. H...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to create an electronic textbook in Matlab, using MS Word?
I need to design a course project in Matlab. Where to start?
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Change function myfind (index)
I wrote the function myfind that return index of key: function index = myfind(vec, key) len = length(vec); index = 0;...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Create a cell array
How to create a cell arrays consisting of various combinations of letters ABCDE? Letters can be repeated.
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Problem with calling the function
Task: Write a function allparts that will read in lists of part numbers for parts produced by two factories. These are conta...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change the MIN function?
I wrote a function: function MIN = mymin(vec) MIN = vec(1); for i1 = 2:length(vec) if MIN > vec(i1), M...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Write a function for calculate value
Write a function calcvals that will calculate the maximum, minimum, and mean value of a vector based on how many output argume...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Mean and median (difference)
Can you help me, please? What is the difference between the mean and the median of a data set if there are only two values ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to finish this function?
function outv=mymean(vec) mysum=0; for i=1:length(vec) mysum=mysum+vec(i); end outv=(mysum-max(vec)-min(vec...
más de 10 años hace | 1 respuesta | 0