photo

KAVITHA


Last seen: 3개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

All
  • Solver
  • Promoter
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


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

8개월 전

문제를 풀었습니다


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

8개월 전

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

8개월 전 | 0