photo

keerthana reddy


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
0 个回答

Cody

0 个问题
79 个答案

排名
70,535
of 299,823

声誉
0

贡献数
1 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
4,126
of 166,136

贡献数
0 个问题
79 个答案

评分
1,029

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Introduction to MATLAB Master
  • Community Group Solver
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

提问


When I executed below code it got executed perfectly but in the graph I am getting just the coordinates but not the plot.
f=10; %frequency of the impulse in Hz fs=f*100; % sample frequency is 10 times higher t=-1:1/fs:1; % time vector x= 100*cos(2...

4 years 前 | 2 个回答 | 0

2

个回答

已解决


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

4 years 前

已解决


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

4 years 前

已解决


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

5 years 前

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

5 years 前

已解决


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

5 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5 years 前

已解决


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

5 years 前

已解决


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

5 years 前

已解决


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

5 years 前

已解决


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

5 years 前

已解决


Find Logic 12

5 years 前

已解决


Find Logic 7

5 years 前

已解决


Find Logic 16

5 years 前

已解决


Find Logic 1

5 years 前

已解决


Find Logic 3

5 years 前

已解决


Find Logic 4

5 years 前

已解决


Find Logic 6

5 years 前

已解决


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

5 years 前

已解决


Find Logic 8

5 years 前

已解决


Find Logic 9

5 years 前

已解决


Find Logic 10

5 years 前

已解决


Find Logic 11

5 years 前

已解决


Find Logic 13

5 years 前

已解决


Find Logic 15

5 years 前

已解决


Find Logic 14

5 years 前

已解决


Find Logic 17

5 years 前

已解决


Find Logic 18

5 years 前

已解决


Find Logic 19

5 years 前

已解决


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

5 years 前

加载更多