photo

Hendrik Lorenz


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
3 回答

ランク
37,026
of 300,753

評判
1

コントリビューション
11 質問
3 回答

回答採用率
36.36%

獲得投票数
1

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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. ...

6年以上 前 | 0

| 採用済み

質問


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...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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(...

6年以上 前 | 0

質問


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]...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 0 件の回答 | 1

0

回答

質問


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...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

7年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

7年以上 前 | 0

| 採用済み

質問


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...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

約10年 前 | 1 件の回答 | 0

1

回答