Community Profile

photo

Anish K


Active since 2016

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Submitted


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

meer dan 5 jaar ago | 3 downloads |

Solved


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

meer dan 5 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago