photo

Hendrik Lorenz


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
3 답변

순위
37,024
of 300,369

평판
1

참여
11 질문
3 답변

답변 채택
36.36%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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

답변