Community Profile

photo

Karthikeyan S


Last seen: 5 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • First Answer
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Define Pointer in Bus (structure)
Hi, How to implement the below structure in simulink typedef struct{ int a; int *b; int *c; }

6 months ago | 1 answer | 0

1

answer

Question


Create polyspace project(*.psprj) from command line
How to create polyspace project from (*.psprj) from command line

1 year ago | 1 answer | 0

1

answer

Question


Do the "Simulink Test" toolbox work with dSPACE TargetLink models?
We are trying to find appropriate tools to test If our TargetLink models and generated code are functional safety standards (ISO...

1 year ago | 1 answer | 0

1

answer

Question


TreeView inside a ListView
Is it possible to add a TreeView inside a ListView Example : like above Treeview with Listview. Please any one give a valua...

4 years ago | 1 answer | 0

1

answer

Answered
Need list of all not recommended keywords
See the below link https://in.mathworks.com/matlabcentral/answers/485875-list-of-all-not-recommended-keywords#answer_396819

4 years ago | 0

Question


list of all not recommended keywords
Where can i get all "not recommended" keywords list. Could you guys Please tell me. Ex : here 'isdir' is not recommended by...

4 years ago | 1 answer | 0

1

answer

Solved


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

4 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

4 years ago