Community Profile

photo

Karthika M


Last seen: 1年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

4年弱 前

解決済み


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

4年弱 前

解決済み


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

4年弱 前

解決済み


Box
Give the volume of a box, x is equal to the body diagonal.

4年弱 前

解決済み


Square
X is a number, write a code, where Y should be the square of X.

4年弱 前

解決済み


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

4年弱 前