Community Profile

photo

Anish K


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

mehr als 5 Jahre vor | 3 Downloads |

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor