photo

KAVITHA


Last seen: 2 Monate vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

All
  • Solver
  • Promoter
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Converts numbers into characters
Converts numbers into characters

5 Monate vor

Gelöst


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

5 Monate vor

Gelöst


to the 2 all elements
to the 2 all elements

5 Monate vor

Gelöst


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

5 Monate vor

Gelöst


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

5 Monate vor

Gelöst


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

5 Monate vor

Gelöst


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

5 Monate vor

Gelöst


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 Monate vor

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

6 Monate vor | 0