photo

Satishkumar D


Last seen: 9 mesi fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

I am working as Asistant professor in E.E.E Department, NEW HORIZON COLLEGE OF ENGINEERING, BANGALORE, INDIA

Statistica

All
MATLAB Answers

4 Domande
0 Risposte

Cody

0 Problemi
5 Soluzioni

RANK
203.441
of 300.369

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.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
57.860
of 168.436

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
60

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Explorer
  • Solver
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 6 anni fa

Risolto


Return area of square
Side of square=input=a Area=output=b

oltre 6 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 6 anni fa

Risolto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

oltre 6 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

oltre 6 anni fa

Domanda


what is model assessment block in simulink onramp
what is model assessment no input required in simulink onramp

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


how to save binary matrix with dimension (418 x 627) in to text file in matlab
how to save binary matrix with dimension (418 x 627) in to text file in matlab.. i tried with dlmwrite, save, fwrite.. with thes...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


how to define row matrix in which first few elements are non zero rest are zeros in matlab
i want to define row matrix, length of row matrix = 209; in this row matrix elements for these positions : 0, 3, 7, 13, 21 are 1...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


what is command for circularly writing a row matrix in matlab
example: let a=[1 2 3 4 5] i want output like b=[ 1 2 3 4 5; 5 1 2 3 4; 4 5 1 2 3; 3 4 5 1 2;...

circa 10 anni fa | 2 risposte | 0

2

risposte