Statistics
RANK
2.215
of 262.651
REPUTATION
20
CONTRIBUTIONS
6 Questions
5 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
12
RANK
9.939 of 17.980
REPUTATION
51
AVERAGE RATING
4.00
CONTRIBUTIONS
9 Files
DOWNLOADS
12
ALL TIME DOWNLOADS
403
RANK
of 113.654
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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...
mehr als ein Jahr ago | 0 answers | 6
0
answersSubmitted
snell3d
Refraction of light at a surface in 3D vector form
fast 2 Jahre ago | 1 download |
Question
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...
fast 2 Jahre ago | 1 answer | 0
1
answerQuestion
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...
etwa 2 Jahre ago | 1 answer | 0
1
answerQuestion
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...
etwa 2 Jahre ago | 1 answer | 2
1
answerQuestion
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...
etwa 2 Jahre ago | 1 answer | 0
1
answerAdd cut line (horizontal line) in bar graph
hold on plot(xlim,[5 5],'r-','LineWidth',2)
etwa 2 Jahre ago | 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...
etwa 2 Jahre ago | 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 ...
etwa 2 Jahre ago | 0
| accepted
Submitted
rodrigues_vector_rotation
Rotate one 3D-vector around another
mehr als 2 Jahre ago | 2 downloads |

Submitted
polar_distribution_to_hsv
Summarize a polar distribution with an Hue Saturation Value color triplet
mehr als 2 Jahre ago | 1 download |
Submitted
mkzip
Matlab class to losslessly compress and uncompress numerical matrices and strings in memory
mehr als 3 Jahre ago | 1 download |

Submitted
uigetioi
GUI to select Intervals of Interest (IOI) from a vector
mehr als 3 Jahre ago | 1 download |
Question
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 |+...
fast 4 Jahre ago | 0 answers | 0
0
answersSubmitted
receptiveFieldFragmentation(M,thold,show)
Determine the level of fragmentation of a receptive field
etwa 4 Jahre ago | 2 downloads |

how can i set center frequency as 100 HZ and bandwidth as 40 HZ for a gaussian source
Source=Source*40+100
mehr als 4 Jahre ago | 0
Submitted
cpsPlotTools
Collection of tools for (even) easier figure creation in Matlab
etwa 5 Jahre ago | 2 downloads |

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)) ...
mehr als 6 Jahre ago | 3