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