Community Profile

photo

Sonika Rathi


Active since 2016

Followers: 0   Following: 0

Statistics

  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Divide
Divide a vector by 5

meer dan 7 jaar ago

Solved


Add 7
Add 7 to the vector x

meer dan 7 jaar ago

Solved


Vector 9
function y = your_fcn_name(x) y = x; end

meer dan 7 jaar ago

Solved


vectors 7
function y = your_fcn_name(x) y = x; end

meer dan 7 jaar ago

Solved


Area Triangle! x will be height, y will width.
function y = your_fcn_name(x) y = x; end

meer dan 7 jaar ago

Solved


Square Area! x will be length and y will be width.
function y = your_fcn_name(x) y = x; end

meer dan 7 jaar ago

Solved


Multiply a Vector!
function y = your_fcn_name(x) y = x; end

meer dan 7 jaar ago

Solved


First
Square the input

meer dan 7 jaar ago

Solved


find the mean of the vector
find the mean of the vector x

meer dan 7 jaar ago

Solved


Multiply a vector
Multiply a vector

meer dan 7 jaar ago

Solved


Rounding
Round a number

meer dan 7 jaar ago

Solved


Area of a circle
Find the area of a circle. let x be the radius

meer dan 7 jaar ago

Solved


Convert row and columb
Convert row to a columb

meer dan 7 jaar ago

Solved


Find the area of a squar
Let x be the length of the square let y be the area of the square

meer dan 7 jaar ago

Solved


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

meer dan 7 jaar ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

meer dan 7 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

meer dan 7 jaar ago

Solved


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

meer dan 7 jaar ago

Solved


Back to basics 26 - Keywords
Covering some basic topics I haven't seen elsewhere on Cody. Return a cell array of strings of all MATLAB keywords.

meer dan 7 jaar ago

Solved


UICBioE240 2.3
Make a 4D matrix of 4x4x3x4 containing all zeros.

meer dan 7 jaar ago

Solved


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

meer dan 7 jaar ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

meer dan 7 jaar ago

Solved


UICBioE240 problem 1.17
In the expression (2+5i), how does MATLAB read the expressions A = 2+5i B = 2+5*i C = both are okay Write capital letter a...

meer dan 7 jaar ago

Solved


length of a vector
Find twice the length of a given vector.

meer dan 7 jaar ago

Solved


Rounding
Round 10.67 and make 'y' equal to that number.

meer dan 7 jaar ago

Solved


Complex number
For complex number c=a+bi, write code that will add a and b together.

meer dan 7 jaar ago

Solved


Matlab Basics - y as a function of x
write a script to calculate y as a function of x, such that y = 6x^2 + 5x - 2

meer dan 7 jaar ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

meer dan 7 jaar ago

Solved


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

meer dan 7 jaar ago

Solved


cheating technique1
in these cody problems, there is a way to cheat. find out how people cheat.

meer dan 7 jaar ago

Load more