![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1955995_1522088450080_DEF.jpg)
Robbin van Hoek
Eindhoven University of Technology
Followers: 0 Following: 0
Statistica
RANK
9.625
of 297.016
REPUTAZIONE
4
CONTRIBUTI
9 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
22.22%
VOTI RICEVUTI
4
RANK
5.965 of 20.419
REPUTAZIONE
196
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
2 File
DOWNLOAD
10
ALL TIME DOWNLOAD
1475
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 7 anni fa | 6 risposte | 2
6
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 2
0
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 9 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 9 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 9 anni fa | 1 risposta | 0
1
rispostaSaving a figure bigger than screen size
have you tried setting the outerposition bigger than the screensize? full screen: figure('units','normalized','outerpo...
quasi 10 anni fa | 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) ...
quasi 10 anni fa | 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...
quasi 10 anni fa | 0
Domanda
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...
quasi 10 anni fa | 0 risposte | 0