photo

Andrew Burns


Last seen: environ 6 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
224 017
of 301 695

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 21 386

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 117

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse