Robbin van Hoek
Eindhoven University of Technology
Followers: 0 Following: 0
Statistiques
RANG
9 625
of 295 467
RÉPUTATION
4
CONTRIBUTIONS
9 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
22.22%
VOTES REÇUS
4
RANG
5 971 of 20 234
RÉPUTATION
194
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
18
ALL TIME TÉLÉCHARGEMENTS
1453
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Bib library abbreviation replacer
Replace custom journal and conference abbreviations in .bib files.
presque 4 ans il y a | 1 téléchargement |
Question
What property of a line is related to the transparency / opacity or alpha of a line?
when i plot a line with transparency by means of rgba color triplet and opacity. hline = plot(x,y,'color',[1,0,0,0.5]) What p...
environ 4 ans il y a | 1 réponse | 0
1
réponseA soumis
Bézier Toolbox
This toolbox allows you to work with both regular and rational Bézier curves/splines. This includes: fitting, point projection a...
plus de 4 ans il y a | 17 téléchargements |
Question
Matlab Beep at zooming in plot and evaluating variables
I recently started noticing that, when clicking zooming buttons in a plot, matlab starts producing 'error' beeps. However, no ...
environ 7 ans il y a | 6 réponses | 2
6
réponsesQuestion
Raspberry Pi 3 wont connect to matlab via cable
My Raspberry Pi 3 will not connect to my laptop anymore. I have tried to start with a fresh SD-card multiple times using t...
environ 8 ans il y a | 1 réponse | 2
0
réponseQuestion
Raspberry pi 3 results in matlab frequently crashing
Matlab frequently crashes when i try interacting with the raspberry pi 3. Primarily I'm running simple simulink models in exter...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Error c10_observer_realtime_2014a_mftyr.c: 22698 insufficient memory
I'm trying to run a simulation in Matlab 2014a that should run realtime on certain hardware. I encounter the following error whi...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Simulink variant subsystem accepting multiple input dimensions
I have a question regarding variant model. I created a 'subsystem' in the form of a variant model that represents a certain part...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Create bus object from existing manually created bus in simulink
Is is possible to store a Bus object, based on a manually created bus. I have a simulink model (source1.slx) that features a ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
What processes are included in the compilation of a simulink model? How can the compile time of a MATLAB function block be reduced?
I am currently working on a simulink model which includes a MATLAB function block. This function block is used to evaluate an e...
presque 9 ans il y a | 1 réponse | 0
1
réponseSaving a figure bigger than screen size
have you tried setting the outerposition bigger than the screensize? full screen: figure('units','normalized','outerpo...
plus de 9 ans il y a | 0
incrementation in for loop
The way i understand is you want to use a while loop actually. >> x = ones(1,10); n=2; while n < length(x) ...
plus de 9 ans il y a | 0
Going to previous step while debugging
Not sure if it will help you since i don't know why you need to go back, but have a look at conditional breakpoints. This help...
plus de 9 ans il y a | 0
From char to number
try str2num! >> str2num('6.1') ans = 6.1000
plus de 9 ans il y a | 0
Question
Pre-allocation of large data structure seems to slow down simulation.
Consider the following example code: %%simulation example tend=6*60*60 dt=0.1 t=dt:dt:tend; Car = Initializ...
plus de 9 ans il y a | 1 réponse | 0