photo

keerthana reddy


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

1 Domanda
0 Risposte

Cody

0 Problemi
79 Soluzioni

RANK
70.647
of 300.369

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
4.237
of 168.407

CONTRIBUTI
0 Problemi
79 Soluzioni

PUNTEGGIO
1.029

NUMERO DI BADGE
5

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 4 anni fa | 2 risposte | 0

2

risposte

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


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

quasi 5 anni fa

Risolto


Find Logic 12

quasi 5 anni fa

Risolto


Find Logic 7

quasi 5 anni fa

Risolto


Find Logic 16

quasi 5 anni fa

Risolto


Find Logic 1

quasi 5 anni fa

Risolto


Find Logic 3

quasi 5 anni fa

Risolto


Find Logic 4

quasi 5 anni fa

Risolto


Find Logic 6

quasi 5 anni fa

Risolto


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.

quasi 5 anni fa

Risolto


Find Logic 8

quasi 5 anni fa

Risolto


Find Logic 9

quasi 5 anni fa

Risolto


Find Logic 10

quasi 5 anni fa

Risolto


Find Logic 11

quasi 5 anni fa

Risolto


Find Logic 13

quasi 5 anni fa

Risolto


Find Logic 15

quasi 5 anni fa

Risolto


Find Logic 14

quasi 5 anni fa

Risolto


Find Logic 17

quasi 5 anni fa

Risolto


Find Logic 18

quasi 5 anni fa

Risolto


Find Logic 19

quasi 5 anni fa

Risolto


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

circa 5 anni fa

Carica altro