photo

Amit


Last seen: 1 jour il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
File Exchange

1 Fichier

Cody

0 Problèmes
4 Solutions

RANG
N/A
of 301 338

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
17 651 of 21 236

RÉPUTATION
4

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
4

ALL TIME TÉLÉCHARGEMENTS
32

RANG
67 766
of 174 017

CONTRIBUTIONS
0 Problèmes
4 Solutions

SCORE
50

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


Import Favorite Commands to New MATLAB
This utility converts older XML-based favorite commands into JSON files for use in MATLAB R2025a or later.

10 mois il y a | 4 téléchargements |

0.0 / 5
Thumbnail

A résolu


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

presque 3 ans 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...

presque 3 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 3 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 3 ans il y a