photo

Eiman Rana


Last seen: alrededor de 4 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
95.832
of 300.379

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.299

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


how to assign imagesc to figure 1
In this part you will write a program to perform a simple analysis of a random image. First, generate a random array of size 40x...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


What is wrong with A = alter(a)?
N = 500; A = zeros(N); A(20:50, 75:100) = 6; for i = 1:10 A = alter(A); figure(1); imagesc(A); pause e...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I am unable to display my answers on command window
% Question 1: a = [3 6 1 9; 6 5 3 7; 7 3 2 6]; disp(a); % (a) j = a(1,2); disp(j); if i use disp(a) it doesnt sho...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


We have a column vector and a row vector both of same lengths. How to use sum function to get element wise sum of two vectors and final answer display in row vector
I tried sum(vect1,vect2) and a lot of other ways but I cant get the answer. for example vect1 is a column vector that contains e...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Construct a 5 x 10 array that contains zeros. Assign elements at (row, column) (3,5), (2,4) and (1, 9) values of 44. Display the matrix.
I am unable to assign the values to the specific element

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas