Search Header Logo

Conocimientos Basicos Matlab

Authored by Sergio Pinilla Valencia

Instructional Technology

University

Used 4+ times

Conocimientos Basicos Matlab
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál de las siguientes opciones muestra la forma correcta de llamar a la función interna de MATLAB que calcula el valor absoluto de un número?

abs(-5)

absolute(-5)

valor_absoluto(-5)

| -5 |

2.

FILL IN THE BLANK QUESTION

1 min • 2 pts

¿Cuál es el resultado del siguiente programa?

x = -3;

resultado = abs(x);

disp(resultado);

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué función se utiliza en MATLAB para obtener el tamaño de una matriz?

size()

length()

dim()

shape()

4.

FILL IN THE BLANK QUESTION

1 min • 2 pts

¿Cuál es el tamaño de la matriz "A"?

A = [1 2 3; 4 5 6; 7 8 9];

tamano = size(A);

disp(tamano);

Pista: ?*?

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué función se utiliza para trazar un gráfico de una función matemática en MATLAB?

plot()

graph()

draw()

plotgraph()

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Qué gráfico se generará con el Siguiente programa?

x = linspace(0, 2*pi, 100);

y = sin(x);

plot(x, y);

Senosoidal, con amplitud de -1 a 1

Senosoidal, con amplitud de -2 a 2

Senosoidal, con Frecuencia de Pi

Senosoidal, con Frecuencia de Pi/2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es la palabra clave utilizada para definir una función en MATLAB?

def

function

define

func()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?