photo

svanimisetti


Last seen: environ un an il y a Actif depuis 2020

Followers: 0   Following: 0

Message

XIL for Motion Controls, ADAS and Autonomous Systems

Programming Languages:
Python, C++, C, C#, MATLAB

Statistiques

All
MATLAB Answers

2 Questions
0 Réponses

Cody

0 Problèmes
7 Solutions

RANG
11 256
of 300 343

RÉPUTATION
4

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
4

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
45 218
of 168 172

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
84

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Solver
  • First Review

Afficher les badges

Feeds

Afficher par

A résolu


Inner product of two vectors
Find the inner product of two vectors.

plus d'un an il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

plus d'un an il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus d'un an il y a

Question


Are there any advantage of using TLC over hook make_rtw_hook?
When create custom code generation target files and script, the author has the option to use pure TLC scripting language or <tar...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


When is subsystem reference a better choice than model reference?
I am trying to understand the difference between "model reference" and "subsystem reference". I came across this documentation p...

plus de 4 ans il y a | 1 réponse | 4

1

réponse

A résolu


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

presque 5 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 5 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 5 ans il y a

A résolu


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

presque 5 ans il y a