Community Profile

photo

Duijnhouwer


Rutgers University-Newark

Last seen: 12 mesi fa Attivo dal 2016

Followers: 0   Following: 0

Contatto

Statistiche

All
  • Thankful Level 2
  • Thankful Level 1
  • Knowledgeable Level 1
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 3
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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')+...

circa un anno fa | 2

Risposto
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 ...

oltre un anno fa | 0

Domanda


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...

circa 3 anni fa | 1 risposta | 6

1

risposta

Inviato


winsomnia
Programmatically disable sleep in Windows

oltre 3 anni fa | 2 download |

Thumbnail

Inviato


snell3d
Refraction of light at a surface in 3D vector form

oltre 3 anni fa | 2 download |

Thumbnail

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 3 anni fa | 2 risposte | 6

2

risposte

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Add cut line (horizontal line) in bar graph
hold on plot(xlim,[5 5],'r-','LineWidth',2)

quasi 4 anni fa | 1

Risposto
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...

quasi 4 anni fa | 0

Risposto
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 ...

quasi 4 anni fa | 0

| accettato

Inviato


rodrigues_vector_rotation
Rotate one 3D-vector around another

circa 4 anni fa | 1 download |

Thumbnail

Inviato


polar_distribution_to_hsv
Summarize a polar distribution with an Hue Saturation Value color triplet

circa 4 anni fa | 1 download |

Thumbnail

Inviato


optic_flow_dots
Generate optic flow video files

oltre 4 anni fa | 4 download |

Thumbnail

Inviato


mkzip
Matlab class to losslessly compress and uncompress numerical matrices and strings in memory

circa 5 anni fa | 2 download |

Thumbnail

Inviato


uigetioi
GUI to select Intervals of Interest (IOI) from a vector

oltre 5 anni fa | 1 download |

Thumbnail

Domanda


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 |+...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Inviato


receptiveFieldFragmentation(M,thold,show)
Determine the level of fragmentation of a receptive field

quasi 6 anni fa | 1 download |

Thumbnail

Inviato


cpsPlotTools
Collection of tools for (even) easier figure creation in Matlab

oltre 6 anni fa | 3 download |

Thumbnail

Risposto
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)) ...

circa 8 anni fa | 3