Jeevan Thomas
Tata Elxsi
Followers: 0 Following: 0
Automotive Embedded Software Engineer Professional Interests: Automotive Embedded Systems
Feeds
已回答
Exception of code generation in matlab coder with "bsxfun" and "exp"
There are some restrictions in using this function for code generation. Please refer to the below links and see if your impleme...
Exception of code generation in matlab coder with "bsxfun" and "exp"
There are some restrictions in using this function for code generation. Please refer to the below links and see if your impleme...
9 years 前 | 0
已回答
Is code coverage for a model equal to code coverage of generated code?
Coverage of a model doesn't necessarily reflect coverage of generated code. In the generated code, there will be utility func...
Is code coverage for a model equal to code coverage of generated code?
Coverage of a model doesn't necessarily reflect coverage of generated code. In the generated code, there will be utility func...
9 years 前 | 1
已回答
V0=(0:1:300) how to express this function in physical modeling?
If you want to use your V0 = (0:1:300) as part of a Simulink system, you could drag a constant block from Simulink library in to...
V0=(0:1:300) how to express this function in physical modeling?
If you want to use your V0 = (0:1:300) as part of a Simulink system, you could drag a constant block from Simulink library in to...
9 years 前 | 0
已回答
How to build a matlab 2009b model using matlab 2011b?
Run the upgrade advisor and replace block parameters of block in the older version of model to make it compatible with the newer...
How to build a matlab 2009b model using matlab 2011b?
Run the upgrade advisor and replace block parameters of block in the older version of model to make it compatible with the newer...
9 years 前 | 0
已回答
Why is my Virtual bus coded as a structure?
A bus used in Simulink is by default a "virtual bus". But if you explicitly make it non-virtual and attach a corresponding bus ...
Why is my Virtual bus coded as a structure?
A bus used in Simulink is by default a "virtual bus". But if you explicitly make it non-virtual and attach a corresponding bus ...
9 years 前 | 1
已回答
Can we generate genric embedded c code from s-domain in simulink?
Code can be generated from any Simulink system as long as the blocks used to make the system have block TLCs that support code g...
Can we generate genric embedded c code from s-domain in simulink?
Code can be generated from any Simulink system as long as the blocks used to make the system have block TLCs that support code g...
9 years 前 | 0
已回答
For code generation problem
If you want to generate the unit delay variable in the model as a global variable, but not as an extern variable means that you ...
For code generation problem
If you want to generate the unit delay variable in the model as a global variable, but not as an extern variable means that you ...
9 years 前 | 1
已回答
Potential conflicting usages of identifier 'vol_step': a global identifier from model vol, and a global data store memory with that alias (vol_step)
From a simple model created using the available information, it works fine and the code generation works well and good. Just ...
Potential conflicting usages of identifier 'vol_step': a global identifier from model vol, and a global data store memory with that alias (vol_step)
From a simple model created using the available information, it works fine and the code generation works well and good. Just ...
9 years 前 | 2
已回答
Include external header files in generated souce file (.c file) and not in generated header file (R2014a)
EmbeddedCoder has a fixed programmed pattern of generating code through various system and block TLC files. All the imported Si...
Include external header files in generated souce file (.c file) and not in generated header file (R2014a)
EmbeddedCoder has a fixed programmed pattern of generating code through various system and block TLC files. All the imported Si...
9 years 前 | 0
| 已接受
提问
Finding Object Parameters for controlling Simulink object through "set_param()"
I was looking at controlling (toggling) the "manual switch" block in Simulink through M-scripts (matlab commands). I was able...
10 years 前 | 2 个回答 | 3
2
个回答提问
Function/method to truncate the fractional part of a number in Matlab
In C-programming, if I want to truncate and display the decimal places of a number to certain units, I can do that so by giving ...
11 years 前 | 2 个回答 | 0
2
个回答已回答
Stateflow different timesteps for an embedded application
It appears that you already have a model from which you generated code and trying to run it on a platform by attaching rt_OneSte...
Stateflow different timesteps for an embedded application
It appears that you already have a model from which you generated code and trying to run it on a platform by attaching rt_OneSte...
11 years 前 | 0
提问
Not able to load MAT file [when a *.mdl file is kept opened]
I have a customer supplied model which when opened doesn't let me load variables to Matlab base workspace using a MAT file. I ch...
11 years 前 | 0 个回答 | 0
0
个回答提问
How can I split a single large simulink model in to smaller unit?
I'm looking at splitting a very large model (say 30 MB of *.mdl file) in to smaller fragments to acheive the following: - Ab...
12 years 前 | 1 个回答 | 2