photo

Hendrik Lorenz


Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

11 Domande
3 Risposte

RANK
37.024
of 300.392

REPUTAZIONE
1

CONTRIBUTI
11 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
36.36%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

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 2
  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Problem with _plus() and symbolic differentiation
I define a symbolic expression (dx_3dt) and make an assumption that reduces that expression to one term. By this the function _p...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


simulink.h missing in 2019a
I am trying to build a simulink file in Matlab 2019a. The build is successful in 2018b. But in 2019a I get the error: Error us...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Risposto
Check IN WHICH CASE symbolic logical expression is true
Well what I stated is true: c > 0 if b >= 0 Although it is not true that b >= 0 if c > 0 right. But you got what I meant. ...

oltre 6 anni fa | 0

| accettato

Domanda


Check IN WHICH CASE symbolic logical expression is true
Is it possible to get the conditions under which an expression would be true. Example: syms a b c assume(a > 0) c = a+ b isA...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Dsolve for two point boundary value problem
Can dsolve of Matlab 2019a solve the following system of differential equations (BVP): With the following BC: (T= 60) I...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Print from C file into Command window via MexFile
I am executing a C function via a mex file in Matlab. I understood that I can output messages from the mex file using mexPrintf ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Array of symbolic functions with index but "same" variable name
Found a work around, though still open for a more elegant solution: clear all t = sym('t') reset(symengine) % syms 'xVec_%d(...

oltre 6 anni fa | 0

Domanda


Array of symbolic functions with index but "same" variable name
I want to generate an array of symbolic expressions depending on variable t: clear all reset(symengine) syms 'x_%d(t)' [6, 1]...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Live script output shortened by 'where'
When I run a live script with symbolic expressions that have long terms the output is shortened by the introduction of new varia...

oltre 6 anni fa | 0 risposte | 1

0

risposte

Domanda


Symbolic expression with matrix input and output
I want to symbolically define a matrix weighted norm like this: Obviously I do not want to hard code the dimensions of vector...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Jumping between consecutive states in a stateflow chart
Hey all, I want to implement a user decision support system in stateflow where the user is asked a sequence of questions and ...

circa 7 anni fa | 0 risposte | 0

0

risposte

Risposto
Stateflow: Flow chart with user input while running
Found an answer to that question. The example "Modeling a Fitness Watcher" gave me a pretty good idea of how to do what I descr...

circa 7 anni fa | 0

| accettato

Domanda


Stateflow: Flow chart with user input while running
Hi all, I have the following problem: I want to simulate a flow chart in Stateflow. Some transitions in this flow chart depend...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Reversing plot data to fit experimental to simualtion data
I am plotting two graphs as shown in the pic, but one is drawn with an inversed x-coordinate system. I guess it's pretty clear f...

quasi 10 anni fa | 1 risposta | 0

1

risposta