photo

Kiha Kim


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
35.898
of 297.527

REPUTACIÓN
1

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.075

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 do I design a graphing calculator with this condition.
I'm need to use disp, input, fevel and plot function. I have 5 options for functions: Sin, Cos, Tan, Log, Exp. I'm going to as...

alrededor de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How can I make a code to display the person's name corresponding to the number from a dice? I have to use a switch statement.
Number | 1 | 2 | 3 | 4 | 5 | 6 | Name | Jane | Johannes | Jill ...

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

2

respuestas

Pregunta


How can I make a code to list all the student's name whose weight is greater than 71kg?
Student = struct('Name', ... {'William','Romi','Russel','Mackly','Julia','Nimo','Bond','Mike','Rossel','Collo...

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

1

respuesta

Pregunta


How can I make this image? The matrix size is 16 by 16 and the whole image is 256 by 256.
one zeros

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

1

respuesta

Pregunta


How can I generate whiteish images with this image? This code is for example.
A = im2double(imread('fruit.png')); B = 1-((1-A).*(1-permute([1 0 0],[1 3 2]))); figure; imshow(B)

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

2

respuestas

Pregunta


Is this grayscale image?
A= zeros(10,10); B=ones(10,10); C=[ A B A B A B A]; D=[C;C;C;C;C;C;C;C]; imshow(D)

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

1

respuesta

Pregunta


How to generate Reddish, Greenish, Blueish, and whiteish images using color images. I'm using this function. If its wrong please change it.
a=imread('fruit.png'); b=a; a(:,:,2)=0; a(:,:,3)=0; subplot(2,2,1) imshow(a)

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I fill the color in the block? This is the function I'm using.
hold on x = [4 5 5 4 4] y = [13 13 12 12 13] plot(x,y,'y') axis equal hold off hold on x = [4 4 5 5 4] y = [12 11 11 12 ...

más de 3 años hace | 1 respuesta | 0

1

respuesta