photo

Brandon Fox


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

3 Questions
0 Réponses

Cody

0 Problèmes
4 Solutions

RANG
109 761
of 301 723

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 401

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
66 958
of 176 250

CONTRIBUTIONS
0 Problèmes
4 Solutions

SCORE
50

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


How to find similar numbers in a matrix?
I have a matrix as follows: [3 2 4 5 1 2 1 1; 1 2 4 3 2 1 1 2; 3 1 2 3 1 5 5 3]; I want to find the column and row numbe...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


How would you calculate the amount of 1 sets in a matrix?
For example if I have a matrix, Mtx1 = [0 0 0 0 1 1 1 1 1 0 0 0 1 1 0 0 0 1 1 1 1 1 1]; How would I get a matrix of the coun...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How would I extract the first and last nonzero numbers from this array?
So I am trying to grab the first and last numbers in the array multiple times. For example if I wanted to do it on this array. ...

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

3

réponses

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 9 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 9 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 9 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 9 ans il y a