abs simulation
I need to simulate an ABS (antilock Braking system) in Matlab. But i don't know how i can do it??
IF any body can send me any Books (PDF) or sites learn me about Simulation ABS in Matlab, Or you Of course....
Thanks
Sorry I don't know how to simulate an ABS system by MatLab...
I'm involved in writing a code for array antennas.
However, maybe you can help me: I've to analyze a net of blocks (components of a net), how can I draw block diagrams in Matlab?
I've to correspond to each block a matrix.
Do you have some idea or material about it?
Thanks in advance
Lupin
Use Simulink and option "create subsystem"
Thanks JNekas,
I'ld have another question: do you know how to get a user interface with Matlab?
Like pop up window.... I've been trying a lot of times. I'ld like to realize an interactive window.. I've written all the functions for a code of array antennas but I am not able to put them in a common interactive window...
Thanks in advance
Lupin
You can use the GUIDE (GUI builder) for creating Graphical User Interfaces in Matlab.
In simulink you can use the Slider Gain under Simulink Math functions for GUI.
hi may b this book can helkp u
i am also in automobile sector i think we can hav lots to be discussed
sriram
With Subsystem under Simulink you can 'customize' subsytem 'interface',(edit mask) in fact you can
-add text doc
-add param (text parameter, check box and choice in a list)(no control over apparence, just list of item)
-add init calcul
-add graphic over the subsytem ...
Another question:
I need to perform an integration of a function defined as it follows:
P(j)= sin(T(j))
with j belonging to the integer numbers class.
I need to change the integration range... Does anyone know which is the relative MatLab function?
I've been using trapz.m but I think it's not the most appropriate...
Thanks in advance
Lupin