Community Profile

photo

Tamas Rozsa


Last seen: 16 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
How to find the length of a curve from a list of points using different length scales?
Based on https://www.mathworks.com/matlabcentral/answers/1787410-how-can-i-calculate-the-length-of-curve, you may also calculate...

environ un an il y a | 0

A répondu
How can i calculate the length of curve?
Based on @Star Strider's answer, but with correct result: dX = gradient(X); dY = gradient(Y); % option 1 Len = cumsum(hypo...

environ un an il y a | 0

A répondu
How to check value of variables in Stateflow?
If you mean the local variables e.g. inside graphical functions (these are the ones which are not represented in Symbols Pane / ...

presque 2 ans il y a | 3

| A accepté

A répondu
Using srcWorkspace with Data Dictionaries
I've experienced a very similar incorrect behavior with R2020a Update 7, too. MathWorks confirmed that this is a bug. 'SrcWorks...

plus de 2 ans il y a | 1

A répondu
Data variants in Simulink Data Dictionary
Additionally to my previous answer above, it is also worth looking at Simulink Variant Manager. Besides managing variant subsys...

plus de 3 ans il y a | 0

A répondu
Data variants in Simulink Data Dictionary
Besides hard-coded values, it is also possible to define expressions for Simulink.Parameter objects in data dictionaries, like: ...

plus de 3 ans il y a | 0