Estadística
7 Preguntas
4 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
165.585
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
67.722
of 153.991
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
Cosine/Sine polynomial summation: Ordinary sum vs. Clenshaw summation
Hi all, I'm interested in knowing whether it is advantageous, specifically in matlab, to sum a cosine/sine polynomial using t...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
TriScatteredInterp - Edge constraints for periodic data?
Hello, I try to perform an interpolation on 3D scattered data (data that is gathered on a 3D irregular mesh grid) to a regula...
más de 11 años hace | 0 respuestas | 0
0
respuestasResuelto
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 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 11 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 11 años hace
Finding multiple values in matrix
Hi, 'Logical indexing' (<http://www.mathworks.nl/help/matlab/math/matrix-indexing.html#bq7egb6-1>) and 'sum() or mean()' shou...
más de 11 años hace | 0
Out of memory at the end of simulation
Hi Peter, Do you run the 32-bit or 64-bit version of matlab? You can check the maximum allowed memory that you can adress on ...
más de 11 años hace | 0
Pregunta
Scaled spherical bessel functions
Hi all, Does anyone know about routines that compute - preferably scaled - spherical bessel functions of the first and second...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Using parfor on a single quad-core?
Hi all, Does anyone have an idea whether its advantageous to use a parforloop on a single quadcore? I have some code that cal...
casi 12 años hace | 0 respuestas | 0
0
respuestasAborting callback execution in GUI - Drawnow error
Thanks for this example! This works indeed. I was thinking of using try catch because one iteration takes a long time (due to a...
casi 12 años hace | 0
Pregunta
Aborting callback execution in GUI - Drawnow error
Hi all, I'm working on a GUI, where I have one task that is very computationally intensive. Therefore I want to add a button ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Solving a linear but ill-posed linear system
Hi, I encountered some numerical problem. I Have a simple exact linear system looking like this: [9.8117e-9 - 3.5...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasOptimizing computing double integrals by elementwise matrix operations
Hi, As far as I've tried, using integral2 does not solve to problem. As I suspected you can't input a matrix to the function....
más de 12 años hace | 0
Pregunta
Optimizing computing double integrals by elementwise matrix operations
Hi all, I wrote my own function to calculate the double integral of a function, here referred to as 'fun(x,y)' between the bo...
más de 12 años hace | 2 respuestas | 0