Community Profile

photo

Real A


Last seen: quasi 2 anni fa Attivo dal 2022

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiche

  • Thankful Level 2

Visualizza badge

Content Feed

Visto da

Domanda


How to remove position that is not in conditions from a matrix?
Hi, I have a small problem, I want remove the position that is not in conditions from a matrix. For example, If i have A = [ 1 ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find cumulative sum from from-to matrix?
If A is from-to matrix and B is route A =[0 10 20 30; 40 0 50 60; 70 80 0 90; 100 110 120 0], B = [1 2 3 4;2 4 3 1] How to f...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find cumulative sum in matrix?
If I have A =[10 20 30 ;40 50 60;70 80 90], B = [1 2 3 ;2 3 1;3 2 1] and i want to find cumulative sum from A in previous posit...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to reorder matrix from one column to MxN matrix
I have a matrix 1x15 --> A = [1;2;3;4;5;6;7;8;9;10;11;12;13;14;15] And I want to change the order into matrix 3x5 --> A = [1 2 ...

quasi 2 anni fa | 1 risposta | 0

1

risposta