photo

Gurkenglas


Last seen: quasi 3 anni fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

10 Domande
1 Risposta

RANK
201.075
of 300.840

REPUTAZIONE
0

CONTRIBUTI
10 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
0

RANK
 of 21.092

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.238

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to output bus-arrays / arrays of structures in c-mex s-functions?
Hi, I am trying to output an array of structures via bus-objects ("a" in the following example) from my handwritten c-mex s-f...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


opengl crash on Win 8.1 64 bit (R2011a)
Hi, I have some problems with my Matlab-project. It works perfectly on my older Laptop, but it crashes on my new PC, if I am ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Pass parameter via s-function parameter field into c++ function
Hi, i need to define a paramter globally within my s-function (c++). The problem is that I need to define this paramter witho...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Get parameter into c++ s-function
Hi, I am trying to get a paramter via the s-function paramters field into the s- function. This works, but I need to get the ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


How to suppress error notification with "Joystick Input"-block if user doesnt have gamepad connected?
Hi, I am useing the "Joystick Input"-block in my simulink model. But the model stops working without a gamepad connected. Err...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Get simulation status of simulink model with event listener
Hi, I am trying to get the current simulation status of my simulink model (initializing,running,paused etc.) by using an even...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Simulink slows down at line-fct, memory issue?
Hi, I have implemented some kind of a real time plot in simulink, using an s-fct. The result is similar to the scope-block. I...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Risposto
Get current axes from multiple figures.
It works! Thanks. Here is my code: fig_h = figure(...); axes_h = axes('Parent',fig_h); line('XData',[0 t],'YData',[0 vel...

oltre 10 anni fa | 0

Domanda


Get current axes from multiple figures.
Hi, I have a simulink model and I am trying to plot in real time during the simulation via s-functions. This works. BUT: If I...

oltre 10 anni fa | 5 risposte | 0

5

risposte

Domanda


mulitlevel structure does not work with simulink bus
Hi, I need to work with highly complex structures in simulink. I have a main m-file in which I create a bus object in the mai...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Simulink: How to use a structure as output signal?
Hi, I have many signals in my simulink modell, that I want to convert into a structure. So I use a matlab function block, tha...

quasi 11 anni fa | 1 risposta | 0

1

risposta