photo

Sumeet Singh


Last seen: alrededor de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
9 Respuestas

CLASIFICACIÓN
2.713
of 300.338

REPUTACIÓN
22

CONTRIBUCIONES
0 Preguntas
9 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Develop an algorithm to detect and localize edges based on computed magnitude in part b. Use threshold to be equal to 120
% I -> image, nd -> noise density J = imnoise(I,'salt & pepper',nd); Refer imnoise documentation for more information.

más de 5 años hace | 0

Respondida
how can i write a code
You can try this for alpha=0:180 for u=0:255 for v=0:255 rho = u*cos(alpha) + v*sin(alpha) ...

más de 5 años hace | 0

Respondida
Toolbox example code dont work ?
Comment out the code at line 11 of helperLoadData.m t(:,end) = []; %Discard last column of loaded data as all are empty ''

más de 5 años hace | 0

| aceptada

Respondida
Group array in a cell according to their size
You can use one containers.Map to group same sized arrays and another for storing the indices.

más de 5 años hace | 0

Respondida
How to make an if condition where strings are involved?
if ~ismember(letter,alphabet) fprintf('%d is not a letter\n',letter) end You can't use operator '~=' for oper...

más de 5 años hace | 1

Respondida
Find the value of a
First, create symbolic variables using syms. Then, define all the equations and find value of desired variable using solve.

más de 5 años hace | 0

Respondida
Peak detection in a Filled area 2-D plot
You can use findpeaks, available in Signal Processing Toolbox to find local maxima.

más de 5 años hace | 1

Respondida
i have downloaded the "trial version" but still it asking for the activation key.so,from where i can get it.......
The trial version gives you license to use it for 30 days. Trial licence use Mathworks Hosted Licence Server to execute, so you'...

más de 5 años hace | 0

| aceptada

Respondida
how to add special character in label of app designer
You may copy the symbol from Copyright symbol's Wikipedia <https://en.m.wikipedia.org/wiki/Copyright_symbol page>.

más de 5 años hace | 1

| aceptada