David
University of Zürich
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
21.109
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
12.946 of 20.234
REPUTACIÓN
24
EVALUACIÓN MEDIA
3.50
CONTRIBUCIONES
1 Archivo
DESCARGAS
4
ALL TIME DESCARGAS
196
CLASIFICACIÓN
40.658
of 153.912
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
90
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
Resuelto
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
casi 7 años hace
Resuelto
Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).
alrededor de 7 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.
casi 8 años hace
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
casi 8 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...
casi 8 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:...
casi 8 años hace
Pregunta
Proper way to save and load object linked list / container / graph like structures
Hi everyone, I'm currently developing a rather large and complex data structure based around Matlab's OOP. I have a central c...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Best way to organise external toolboxes or turn them into packages
Hi folks, I'm working on a project with very different types of analysis involved and I utilise a couple of external toolboxe...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
FFT of wave packet, strange phase behaviour
Hi, I'm computing the fft of a wave packet (centred at t= 0, odd number of entries!) to determine its frequency and phase. ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
parallel workers cannot see GPUs
I'm currently working on code that should run on a number of different HPC machines with multiple GPUs. The machine I'm testing ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Criterion for stability of oscillations / frequency stability?
Hi Matlab Community, I'm looking for a criterion (best case available in Matlab) to quantify stability of oscillations. I hav...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Empty objects not calling get method?
Hi, I have a problem regarding object oriented programming in Matlab: If I have an empty object, i.e. myObject.empty I can ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Area of curved surface
Hi, I have data points belonging to a surface in 3D. I want to calculate the surface area of it. What are my options? If poss...
más de 9 años hace | 2 respuestas | 1
2
respuestasPregunta
Multiple Outputs in object method?
I'm working with OOP in matlab and I want to define a function to output multiple arguments. The idea is to easily concatenate ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Machine learning for peak characterisation
I have intensity profiles (extracted from an image analysis). Basically just f(x). With large datasets of different profiles. Th...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Draw perfect 4 connected polygon skeleton OR Create polygons and characterise their regions
Hi, I have a segmentation of a cell layer (see Image). I extracted cell vertices and cell edges. Now based on the vertices al...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Use both multi core CPUs
Hi, I have a two CPU multi core machine (16 cores each). I want to use a parfor loop on all 32 cores. But maxNumCompThreads g...
más de 9 años hace | 1 respuesta | 0