photo

Anish K


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

Followers: 0   Following: 0

Statistiques

All
File Exchange

1 Fichier

Cody

0 Problèmes
7 Solutions

RANG
N/A
of 301 159

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
13 690 of 21 182

RÉPUTATION
21

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
164

RANG
40 390
of 173 105

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
110

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 1
  • First Submission
  • Speed Demon
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


nodejs-in-matlab
Call Node.js from within MATLAB

plus de 7 ans il y a | 1 téléchargement |

5.0 / 5

A résolu


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

plus de 7 ans il y a

A résolu


Count given word x in text.
Count how many times given word x repeats in text.

plus de 9 ans il y a

A résolu


Calculate cross product
Make function for cross product a=[1 3 2]; b=[2 4 1]; y=function(a,b) y=[-5 3 -2]

plus de 9 ans il y a

A résolu


Make random permutation
Make random permutation that consist of random number from 1 to n.

plus de 9 ans il y a

A résolu


Solve the system of linear equations
4x - 2y +6z=8 2x + 8y +2z=4 6x + 10y +3z=0 Find x,y,z. Output should be a=[x;y;z].

plus de 9 ans il y a

A résolu


Circular Shift Me
Given a vector v=[1 3 6 9 11], circular shift them while iterating m=[1 3 6 9 11; 11 1 3 6 9; 9 11 1 3 6; 6 9 11 1 3; 3 6 9 1...

plus de 9 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 9 ans il y a