photo

Karthikeyan S


Last seen: 3 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

5 Questions
1 Answer

Cody

0 Problems
2 Solutions

RANK
30,792
of 300,571

REPUTATION
1

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
84,816
of 169,680

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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; }

2 years ago | 1 answer | 0

1

answer

Question


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

2 years 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...

3 years 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...

6 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

6 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...

6 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...

6 years ago

Solved


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

6 years ago