photo

KAVITHA


Last seen: 2 months ago Active since 2024

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Promoter
  • First Answer

View badges

Feeds

View by

Solved


Converts numbers into characters
Converts numbers into characters

5 months ago

Solved


Double all elements in the array
Duplicate all elements in the array

5 months ago

Solved


to the 2 all elements
to the 2 all elements

5 months ago

Solved


calculate the length of matrix
input 1 array, calculate the length

5 months ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

5 months ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

5 months ago

Solved


Find the max element of the array
Find the max element of the array

5 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 months ago

Answered
how to Create random signal
t=0:0.1:10 y=rand(1,numel(t)) ty=[t;y] save filename ty

5 months ago | 0