Estadística
2 Preguntas
5 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
4.529
of 295.467
REPUTACIÓN
11
CONTRIBUCIONES
2 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
4
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
67.463
of 153.912
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Is the Answers sections becoming a glorified Newsgroup?
I was under the impression that the Answers Forum and the Newsgroup Forum were to be two distinct entities. The Newsgroup a...
más de 11 años hace | 2 respuestas | 1
2
respuestasMATLAB 2012b Freeze in Mac OSX Mountain Lion
I am running 2012b on my MacBook pro, non-retina with no problems. Latest OS X, 10.8.4. Contact technical support for help.
más de 11 años hace | 0
How can I get MATLAB to solve a system of equations containing differential and algebraic equations?
See ODE15s documentation on this and you will want to define your mass matrix as being either constant or as a function call wit...
más de 11 años hace | 0
Create a moving average
If you have the financial toolbox, doc movavg().... [Short, Long] = movavg(Asset, Lead, Lag, Alpha)
más de 11 años hace | 1
Identifying Keywords in Strings strfind
I think you want to try regexp, regexpi and/or regexprep. In the Matlab documentation, this is under: Matlab > Language Fun...
más de 11 años hace | 0
| aceptada
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
más de 12 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 12 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 12 años hace
Experimental data fitting from numerical solution of PDE in Matalab
This problem has been looked at in great detail by many. I recommend a group at Rutgers, led by Prof. Glasser. Their work look...
casi 13 años hace | 2
Pregunta
MATLAB vs. Excel: Matlab seems to give better answer to exponential decay, anyone know why?
A co-worker of mine plotted the data (pHi1,alf) below in Excel and used the "add trendline" to fit the data. Excel returns "y = ...
más de 13 años hace | 3 respuestas | 0