Community Profile

photo

Charith Wickrema


Active since 2016

Followers: 0   Following: 0

Statistics

  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Back to basics - mean of corner elements of a matrix
Calculate the mean of corner elements of a matrix. e.g. a=[1 2 3; 4 5 6; 7 8 9;] Mean = (1+3+7+9)/4 = 5

7 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

7 years ago

Solved


hfghdfgh
dghdfg

7 years ago

Solved


hfghdf
ghdfhdfh

7 years ago

Solved


sdfasdf
asdfasdf

7 years ago

Solved


asgdfgsdf
sdfgdfgsfgdfsg

7 years ago

Solved


sdfgsdfg
sdfgsdfg

7 years ago

Solved


sdfhsf
sfhsf

7 years ago

Solved


asdg
adfg

7 years ago

Solved


asdf
asdf

7 years ago

Solved


dsfsa
asdfd

7 years ago

Solved


afdasfas
asdfasdf

7 years ago

Solved


hfjkghjfghj
fgjfgjfgjhf

7 years ago

Solved


sdafasdf
dfasdfdasff

7 years ago

Solved


hfhkjhfg
fgjfgjhfgh

7 years ago

Solved


hdrthdrt
hrtdh

7 years ago

Solved


djghj
ghfjfg

7 years ago

Solved


asdfhfgh
fgdjhgj

7 years ago

Solved


fghdfgh
dhdfghgfdh

7 years ago

Solved


asdffghdfgh
hddfh

7 years ago

Solved


asdf
dsafasdf

7 years ago

Solved


dfasdfad
sdfasdf

7 years ago

Solved


sfgfasdf
afsdfasd

7 years ago

Solved


l;asdkf
l;dfasdl

7 years ago

Solved


Cware
Here is a cool problem

7 years ago

Solved


char3
copol

7 years ago

Solved


select the primes of a vector
Find the prime numbers in a vector

7 years ago

Solved


prime test
find largest 2 digit prime number

7 years ago

Solved


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

7 years ago

Solved


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

7 years ago

Load more