Community Profile

photo

Siddharth

MathWorks

2011년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


NXT-LTD: Line Tracking Dancing Robot Demo
Modeling Logic for Robot Control with Simulink and Stateflow

7년 초과 전 | 다운로드 수: 1 |

답변 있음
how to use stateflow ?
hi, look at the <http://www.mathworks.com/videos/getting-started-with-stateflow-70063.html Getting Started with Stateflow> video...

대략 10년 전 | 0

| 수락됨

답변 있음
Combining Timed and Event-based Actions in Stateflow Chart
One option to do this is as follows: use a high frequency event to trigger the state machine in Stateflow. The other event (whic...

10년 초과 전 | 0

| 수락됨

답변 있음
Why does a Stateflow freeze?
Hi Filmon, this seems like something that technical support at the MathWorks can help you with. Contact them at support@mathw...

거의 11년 전 | 0

| 수락됨

답변 있음
Stateflow: Mapping bus element to input of atomic subchart?
Hi Nick, this seems like something that you should log as an enhancement request with the MathWorks. Please contact the suppo...

거의 11년 전 | 0

답변 있음
how can i modify this code to use in Stateflow?
If you are not allows to use MATLAB functions, use graphical functions to achieve the same functionality. Find more information ...

거의 11년 전 | 0

답변 있음
how can i modify this code to use in Stateflow?
If you are building your <http://www.mathworks.com/products/stateflow/ state machine> in R2012b or newer, use the new chart bloc...

거의 11년 전 | 0

답변 있음
Rapid Stateflow.Transition finding
You can do that using a simple MATLAB script using the Stateflow API. Find the Stateflow API below: <http://www.mathworks.com...

거의 11년 전 | 0

| 수락됨

답변 있음
Stateflow don't work in R2013a
Check if you have a valid compiler installed and you have write permissions in your current directory in MATLAB. Look at system ...

대략 11년 전 | 0

| 수락됨

답변 있음
How to display values from and embedded matlab function in stateflow
Adding to Kaustubha's comment, check the inputs to the function by placing a breakpoint on the first line of the MATLAB function...

대략 11년 전 | 0

답변 있음
Are there other timer predicates than after() and before() in Simulink finite state machines?
Assign the simulation time to a variable when you enter state A (y1), then assign the simulation time to another variable in sta...

대략 11년 전 | 0

답변 있음
Why can't i parse a stateflow library?
Unfortunately you cannot parse a library chart in R2011b. The capability was added back again in R2013a. Parsing of library char...

대략 11년 전 | 0

답변 있음
Calling stateflow graphical function.
Hi Sainath: as the error message suggests, the variables l1 and m1 are not being used. To call the code("f1=a1*m1;g1=m1*n1; ...

대략 11년 전 | 0

답변 있음
Copying constant from stateflow model to simulink
I am not sure I understand what you mean by: "Certainly I dont want the model workspace to do this job but diriectly in the mod...

11년 초과 전 | 0

답변 있음
New Stateflow MATLAB chart: can it be created from a "regular" chart?
Hi Wilfred, There is no direct way to convert the action language from C to MATLAB in a state diagram currently as far as I k...

11년 초과 전 | 0

답변 있음
New Stateflow MATLAB chart: can it be created from a "regular" chart?
Currently, the only option is to copy the contents of the C chart block to the MATLAB chart block and redefine the variables. So...

11년 초과 전 | 0

| 수락됨

답변 있음
How to simulate Stateflow?
Find the list of supported compilers for 12b at the link below (check for your machine arch and OS): http://www.mathworks.com/s...

11년 초과 전 | 0

답변 있음
How can I implement conditional compilation logic in simulink and stateflow?
In Stateflow, you build <http://www.mathworks.com/products/stateflow/ state machines> using a graphical or (new) state transitio...

11년 초과 전 | 1

답변 있음
execution hierarchy of hierarchical state machine(HSM)
Hi Vijay: Find more information about the process that is followed when executing <http://www.mathworks.com/products/statef...

11년 초과 전 | 1

답변 있음
How do I display different boxplot groups on the same figure in MATLAB 7.9 (R2009b)?
There is no direct way of displaying boxplots for two different groups (in this example, observed and simulated temperatures) on...

13년 초과 전 | 0

답변 있음
Why does MATLAB terminate with no error message when using the UNIX redirection operator (<) to pass an input MATLAB file with a syntax error?
This issue is due to the way in which MATLAB interprets files that are passed to it via the redirection operator. MATLAB execut...

13년 초과 전 | 0

답변 있음
What issues should I be aware of when working with MATLAB/Simulink on multiple operating systems?
In general, you can assume that our products are fully compatible amongst all different platforms. There are some things to keep...

13년 초과 전 | 1

| 수락됨

질문


Why do I get an error when using disp in a CRON job?
The 'disp' command can produce an error on some Linux distributions when the matlab script is executed as a CRON job. The error ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I save an object that contains linked lists in MATLAB?
I am trying to save an object which has several fields, one of which is a linked list. Since in the linked list nodes are connec...

13년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How can I implement a long-short-portfolio 130/30 with the Financial Toolbox?
We are using LINPROG to do some Portfolio Optimization. Most of our portfolios are strictly long-term based, so there are no neg...

13년 초과 전 | 답변 수: 1 | 0

1

답변