![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3625591_1598101934922.jpg)
Duijnhouwer
Rutgers University-Newark
Followers: 0 Following: 0
Estadística
6 Preguntas
7 Respuestas
9 Archivos
CLASIFICACIÓN
2.171
of 297.016
REPUTACIÓN
29
CONTRIBUCIONES
6 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
19
CLASIFICACIÓN
9.876 of 20.419
REPUTACIÓN
64
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
9 Archivos
DESCARGAS
12
ALL TIME DESCARGAS
522
CLASIFICACIÓN
of 157.725
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
programatically exporting the code behind an .mlapp to an m file.
You could add this to your MLAPP's startupFnc writelines(evalc('type(mfilename(''fullpath'')+".mlapp")'),mfilename('fullpath')+...
casi 2 años hace | 2
Is there a better way to enforce singleton behavior in AppDesigner applications?
In the Component Browser on the right, select the root component of your app (at the top). Then under Code Options check Single ...
alrededor de 2 años hace | 0
Pregunta
No transparency in Livescript
Hi, I use RBGA values to get transparency in plots using Matlab 2020a. This works fine in regular code but I noticed that i...
casi 4 años hace | 1 respuesta | 6
1
respuestaEnviada
snell3d
Refraction of light at a surface in 3D vector form
más de 4 años hace | 2 descargas |
Pregunta
arguments block seems wrong
the arguments block can be used to validate input arguments. Great! Except that it doesn't seem to work as advertised. Accordin...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is the pointsToWorld back-projection inverted?
Hi I have a question regarding the use of estimateWorldCameraPose and pointsToWorld of the Computer Vision Toolbox. When I es...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a generic modal dialog for appdesigner that can be customized?
I like the modal uialert and uiconfirm dialogs in appdesigner. Is there a way to make custom dialogs that behave like those (th...
más de 4 años hace | 2 respuestas | 7
2
respuestasPregunta
Why does assigning a string object into a double vector of doubles give NaN instead of an error?
I noticed that assing a string object to a double array, for example, a=0 a(1)="asd" does not produces an error but sets the...
más de 4 años hace | 1 respuesta | 0
1
respuestaAdd cut line (horizontal line) in bar graph
hold on plot(xlim,[5 5],'r-','LineWidth',2)
más de 4 años hace | 1
i just installed matlab and simulink,windows 2020a version.when i open it works slow and the laptop hangs.why?my laptop is new (8gb ram)
Have you tried turning your computer off and on again? Check what programs/processes are keeping your computer busy. For exampl...
más de 4 años hace | 0
Does anyone know how to plot 4 different bar graphs on 1 figure? mine erased one bar, can you advice?
your values aren't stacked, they are simply plot on top of each other. The cyan values must be to low and don't stick out above ...
más de 4 años hace | 0
| aceptada
Enviada
rodrigues_vector_rotation
Rotate one 3D-vector around another
casi 5 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/8ac3353c-db0a-426a-8894-8040bb50f70e/1b3f2270-509f-46ce-98c7-a797040de089/images/screenshot.png)
Enviada
polar_distribution_to_hsv
Summarize a polar distribution with an Hue Saturation Value color triplet
casi 5 años hace | 1 descarga |
Enviada
mkzip
Matlab class to losslessly compress and uncompress numerical matrices and strings in memory
casi 6 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b06e596e-a296-48f6-b129-43fe3e232805/c54c26bb-d2e8-42bf-b468-d17d32e5a3e1/images/screenshot.jpeg)
Enviada
uigetioi
GUI to select Intervals of Interest (IOI) from a vector
alrededor de 6 años hace | 1 descarga |
Pregunta
Is there a workaround to use GUIs created with GUIDE inside a namespace?
I run into the problem GUIs created with GUIDE cannot be placed inside a namespace. For example, i have a namespace folder |+...
más de 6 años hace | 1 respuesta | 0
1
respuestaEnviada
receptiveFieldFragmentation(M,thold,show)
Determine the level of fragmentation of a receptive field
más de 6 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/67552/versions/2/screenshot.png)
how can i set center frequency as 100 HZ and bandwidth as 40 HZ for a gaussian source
Source=Source*40+100
casi 7 años hace | 0
Enviada
cpsPlotTools
Collection of tools for (even) easier figure creation in Matlab
más de 7 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58216/versions/6/screenshot.png)
where is the pvalue of the model stored in fitlm or fitglm?
This works (Matlab 2015b): load hald M=fitlm(ingredients,heat) T=anova(M,'summary') F=table2array(T(2,4)) ...
casi 9 años hace | 3