photo

Sridhar SG


Last seen: más de 5 años hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
2 Respuestas

File Exchange

2 Archivos

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
5.795
of 300.343

REPUTACIÓN
8

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
13.791 of 20.926

REPUTACIÓN
20

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
2 Archivos

DESCARGAS
2

ALL TIME DESCARGAS
104

CLASIFICACIÓN
121.278
of 168.172

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

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

más de 5 años hace | 0

Respondida
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);...

más de 5 años hace | 2

| aceptada