Burke Rosen
Followers: 0 Following: 0
Estadística
12 Preguntas
3 Respuestas
2 Archivos
CLASIFICACIÓN
34.501
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
12 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
13.452 of 20.234
REPUTACIÓN
20
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
3
ALL TIME DESCARGAS
208
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
Enviada
nearestPSD
Find the nearest Positive Semi-Definite matrix to an arbitrary real or complex square matrix.
casi 5 años hace | 2 descargas |
Is there a better way to compute metrics on labeled array elements.
Thank you for that tip @Walter. After further review: 1. The way I wrote the sample data set, labels is actually a cha...
más de 6 años hace | 0
Pregunta
Is there a better way to compute metrics on labeled array elements.
For example, I have a 1d double array 'data' and a 1d cell array of strings called 'labels'. For each unique label I want the me...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Disable "Press Shift Enter to rename all $n instances of ..."
Is there a way to disable the contextual popup "Press Shift Enter to rename all $n instances of ..." in the editor? I'm ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
updating P-code
Is it possible to update old .p files to make them compatible with newer versions of Matlab (without the source code)?
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the interpretation of trapz(x,cumtrapz(x,y))?
x = (-12:12); y = zeros(1,numel(x)); y(12:14) = 0.33; z = trapz(x,cumtrapz(x,y)); edit: Alternatively what does ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaEnviada
circlePlot
plots amplitudes at angles as radii above a unit circle
alrededor de 7 años hace | 1 descarga |
smoothing values on a closed triagulated surface
I think I have a solution. It works by applying a 2d-Gaussian each point, using a geodesic matrix. % for a surface with nv...
más de 7 años hace | 0
| aceptada
Pregunta
smoothing values on a closed triagulated surface
My data consist of a closed triangulated surface with a value at each vertex. How do I smooth these values (not the mesh itself)...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Change default behavior of cellfun to 'UniformOuput' = false
Is there a way to make 'UniformOuput' = false the default for cellfun and functions like it?
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
programatically dock and undock the editor
Is is possible to programatically dock and undock the editor? I am using MATLAB 2016b.
casi 8 años hace | 1 respuesta | 0
1
respuestaWhat is the syntax for building a command-line pde given the model parameters exported from pdetool?
I believe I have figured it out. v = assempde(b,p,e,t,c,a,f); This returns the solution for each point in the mesh. ...
casi 8 años hace | 0
| aceptada
Pregunta
What is the syntax for building a command-line pde given the model parameters exported from pdetool?
I have a working 2-d pdetool model, that I would like to convert to a command line model in order to iterate and export solution...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Zero-phase filtering gpuArray
Hello, How does one filtfilt a gpuArray? Using R2015b. Thank you.
casi 8 años hace | 0 respuestas | 1
0
respuestasPregunta
No performance increase in load/save after installing SSD?
I regularly save and load large (>2Gb) matrices. Using <https://www.mathworks.com/matlabcentral/fileexchange/39721-save-mat-fi...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to load partial cell content from a .mat file?
Hello, I have a mat file which contains a structure. One field contains a cell array. Each cell of this array contains a nume...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Return the cursor to the command window after dbstop?
Is there a way to return the cursor to the command window after dbstop by default? I am aware that I can toggle between the edit...
más de 10 años hace | 0 respuestas | 0