Answered
changeble patern on strfind in embedded matlab function or stateflow
*SORRY... NOT X CHANGE, BUT ANOTHER VARIABLE, LET SAY Y...*

13 years ago | 0

Question


changeble patern on strfind in embedded matlab function or stateflow
hi all,, my previous post <http://www.mathworks.com/matlabcentral/answers/11244-please-help-strfind-in-stateflow-not-yet-solv...

13 years ago | 6 answers | 0

6

answers

Question


increasing value in stateflow
hi all i want to make condition STATEFLOW, like: *V=10 X=1 Z=20 if S>=5 && S<=10 then Value V repeatly increase ...

13 years ago | 1 answer | 0

1

answer

Answered
strfind in simulink and stateflow
the correct one is: function V=sequence(x) %#codegen correct= testinput(x); if correct V=10; else ...

13 years ago | 0

| accepted

Question


please help strfind in stateflow NOT YET SOLVED
hi all,, i have condition using strfind in simulink and embedded matlab function. here is my EMF: function V=sequence...

13 years ago | 1 answer | 0

1

answer

Question


Transfer data wireless
hi all is there any chance, transfer a lot of data (let say 10-20megabyte/second) with matlab or simulink WIRELESS between 2 ...

13 years ago | 2 answers | 0

2

answers

Answered
strfind in simulink and stateflow
nope, its a strfind, the condition will true if the value is in sequence 5 time a row and also bigger than 4...

13 years ago | 0

Question


strfind in simulink and stateflow
hi all,, i have condition using strfind in simulink and embedded matlab function. here is my EMF: function V=sequen...

13 years ago | 4 answers | 0

4

answers

Question


Step by step getting BSD license
hi all.. lately i'm doing a project using simulink, i want to publish it in MATLAB CENTRAL, my question is, what is the STEP ...

13 years ago | 2 answers | 1

2

answers

Question


Max data transfer with UDP block in simulink using wireless N type
hi all,, i just wanna ask,, how much per second byte or per package byte the Maximum data transfer with UDP block in simulink...

13 years ago | 1 answer | 0

1

answer

Question


3D Plot in simulink
hi all i use 3D plot from Giampiero (<http://www.mathworks.com/matlabcentral/fileexchange/7939-attractors>) for directly get ...

13 years ago | 1 answer | 0

1

answer

Question


Can we get Battery laptop indicator in simulink??
hi all i just wanna ask, can we get battery laptop indicator level in simulink??? how??? thanks

13 years ago | 2 answers | 0

2

answers

Question


Get Real-time data from sensor program in C and catch it in Real-time Windows Target using UDP protocol
hi all, i have a sensor that is run with C program to collect the data, but i need to do processing in simulink (RTWT) to get...

13 years ago | 1 answer | 0

1

answer

Question


Comparing if statement performance
hi all,, i just wanna ask, what if we have a lot of if statement in our algorithm, let say 100-500 line,, which one more fast...

13 years ago | 1 answer | 0

1

answer

Question


how to detect vector value in sequence in stateflow
Hi i have large vector data, let say vector(1x200) in stateflow that the value is between 1 to 10, i want to detect at least ...

13 years ago | 3 answers | 0

3

answers

Answered
vector if statement in stateflow
i have found the problem, correct me if it were wrong, its enough to wrote it like this: condition: [V[0]>100 && V[9]>100] a...

13 years ago | 0

| accepted

Question


vector if statement in stateflow
Hi i just wanna ask,I wan't to make an if statement from vector data, let say vector(1x20) in stateflow, for example if the v...

13 years ago | 2 answers | 0

2

answers