photo

KAVITHA


Last seen: 17 days ago Active since 2024

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
1 Answer

Cody

0 Problems
8 Solutions

RANK
250,396
of 298,339

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,567

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
38,663
of 160,865

CONTRIBUTIONS
0 Problems
8 Solutions

SCORE
105

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Promoter
  • First Answer

View badges

Feeds

View by

Solved


Converts numbers into characters
Converts numbers into characters

10 months ago

Solved


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

10 months ago

Solved


to the 2 all elements
to the 2 all elements

10 months ago

Solved


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

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

10 months ago

Solved


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

10 months ago

Solved


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

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

10 months ago

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

11 months ago | 0