Estadística
CLASIFICACIÓN
290.344
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
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
How can I compile a standalone version, which supports graphic objects without a full desktop?
The problem was related to the required memory per process. This memory can be explicitly increased and specified with the SG...
alrededor de 7 años hace | 0
Pregunta
How can I compile a standalone version, which supports graphic objects without a full desktop?
I have created as follows a *standalone version* of a m-file: mcc -m -v -R '-nodisplay,-nojvm,-singleCompThread' calibratio...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve error with accessing a multidimensional cell array?
I have a cell array YY (with 31 X 10 cells) and in each cell are 1000 rows and 3 columns. The corresponding Matrix Yu has 1000 ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compute uniform cumulative distribution functions without an existing unifcdf (error UndefinedFunction)?
For a sensitivity analysis, the calculation of the uniform-cdf is required (within a m-script). In Matlab R2012a (Student-Ver...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve "out of memory error" caused by bsxfun?
If I try to enlarge the base sample size of 10000 by 500 samples (in the context wie a Sensitivity Analysis) the following error...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Cause of invalid file identifier (no such file or directory)?
The following code (to read and open files) was written and tested with MATLAB R2012a on a windows7 operating system: S = '...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compare one row of four matrices with all other rows of these matrices?
In sum, I have four matrices, with a column and thousands of lines. It should now be checked whether the current row of all matr...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot partial results of a for-loop in one figure and create different figures for other results?
I have a for loop, which reads in and evaluates the run-off values for various years. There are several time series for each y...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I implement the standard deviation of the standard deviation in MATLAB?
Are there in MATLAB already predefined functions to calculate the standard deviation of the standard deviation or the standard d...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Are multi-objective calibration algorithms in MATLAB available that can be linked to external models?
In order to calibrate a hydrological model, the use of evolutionary algorithms is favored. It is a mutli-objective approache, by...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can thousands of matrix lines be written into a multidimensional cell-array?
I have created a cell array as follows: YY = cell(31,10); for l = 1:numel(YY) YY{l} = zeros(1000,3); end ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to enhance the performance of for-loops and cell-arrays (related to statistical calculations)?
The following code calculates some performance measures out of different periodes. No error messages occured, but the processing...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Import files with identical names from different directories (no error messages)
I have multiple files with the same names in different subfolders. All files are called runoff.txt. The subfolders are called re...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Load and write multiple txt-files - Interruption without error message
I load 310 txt-files (each of them has 1000 rows and 31 columns) from a directory with the following code: function create_...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Export of Cell-Arrays to more than one txt-file
Have a Cell Array XX with the dimension of 31 * 10 and each XX{i,j} consists of 1000 rows and 31 columns. These 1000 lines and 3...
más de 7 años hace | 1 respuesta | 0