photo

Sridhar SG


Last seen: oltre 5 anni fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

File Exchange

2 File

Cody

0 Problemi
1 Soluzione

RANK
5.605
of 300.365

REPUTAZIONE
8

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
13.790 of 20.933

REPUTAZIONE
20

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
2 File

DOWNLOAD
2

ALL TIME DOWNLOAD
104

RANK
121.301
of 168.262

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Answer
  • First Submission
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


Convert Decimal Numbers to Binary
This function converts a matrix containing decimal values into their binary representation. That is it converts MxN matrix into ...

oltre 5 anni fa | 1 download |

0.0 / 5

Risposto
Array indicates must be positive integers or logical values
Your code got successfully executed MATLAB allows storing of any type of value inside the arrays, only the index values of ar...

oltre 5 anni fa | 0

Risposto
How to smooth the given image?
You can use the imgaussfilt() function to smoothen the image Example code: I = imread('index.jpeg'); figure(); imshow(I);...

oltre 5 anni fa | 2

| accettato

Inviato


LogisticChebyShev
Logistic Chebyshev Map

oltre 5 anni fa | 1 download |

5.0 / 5

Risolto


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

oltre 6 anni fa