Community Profile

Peeyush

MathWorks

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Revival Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
problems to connect ev3 by bluetooth matlab 2015.a
Use myev3=legoev3(‘bt’,’<hardwareID>’) to setup the Bluetooth connection instead of using myev3=legoev3(‘bluetooth...

8 years ago | 2

Answered
I couldn't able to build the created makefile
This looks like the header file 'limits.h' is missing in the include path. Can you search for the file and see if this gets incl...

9 years ago | 0

Answered
How to configure matlab to recognize TI C2000 hardware support tools
Hi Luke, You should point the 3rd party software directory to the location where library for the hardware is located. In this...

9 years ago | 0

Answered
code execution time with embedded coder
Hi Ajay, You can initialize a timer function supported by TI 28335 processor in the model initialization callback of Simulink...

9 years ago | 0

Answered
Offline Support Package Installation for ARM M4 ??
Hi Artur, If you have Embedded Coder license you can ask for the offline support package from Technical support. Regards, ...

9 years ago | 0

Answered
problem in build project ccs simulink
This shows that during the link phase objects are not able to resolved or not found. I guess there is an issue while compilation...

9 years ago | 0

Answered
Simulink : How can I update the data from Workspace while the simulation is running?
Hi Baptiste, This can be done using SET_PARAM command. In Simulink only Tunable Parameters can be changed with SET_PARAM at r...

9 years ago | 0

Answered
How can I reduce the time taken for compiling a matlab simulink model
Hi Eldho, There is comprehensive documentation available on this issue. You can try looking the same in below: http://www....

9 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago