photo

Josua Mensah


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How do I use fprintf to show the entire array in one ouput statement
>> A = [-4 2 -7 6 8; 4 -5 8 -1 0; 0 -4 3 1 10; -8 7 -10 5 -2]; [rows cols] = size(A); Z = zeros(size(A)); for x =...

plus de 7 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
V = [7 9 -8 9 3 -8 -5 1 10 10 0 -7]; Write a script file that will determine how many times the values increase in V when going from one entry to the next.
clear; clc; V = [7 9 -8 9 3 -8 -5 1 10 10 0 -7]; count = 0; counts = 0; counte = 0; for k = 2:length...

plus de 7 ans il y a | 1

Question


V = [7 9 -8 9 3 -8 -5 1 10 10 0 -7]; Write a script file that will determine how many times the values increase in V when going from one entry to the next.
Write a script file that will determine how many times the values increase in V when going from one entry to the next. For exam...

plus de 7 ans il y a | 3 réponses | 1

3

réponses