Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
169.512
of 301.540
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.319
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.260
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
Feeds
Pregunta
How to use elements i, j to print a 5x5 matrix
I want to achieve what is in the comment of the code but using my code the for loop does not effect the result. How can I produc...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
clc clear all close all **Iteration 2** AF = @(x) x^2-x-1; % anonymous function equation xi = 2; % initial gu...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Index in position 1 is invalid. Array indices must be positive integers or logical values.
% vectors x=[8 2 2] and y=[7 9 3], compute arrays: % 1. a_ij=x_i y_j % 2. b_ij=x_i/y_j % 3. c_ij=x_i y_j then add up...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Invalid use of operator. "*"
% compute the function y=exp (x2) * cos (20x) in the range x= -2:0.1:2. clc close all x = -2: 0.1: 2; y = cos(20*x...
alrededor de 6 años hace | 1 respuesta | 0

