photo

Alina


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to reorder the elements of a matrix
A=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16] i want to reorder the elements of A into A=...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


parallel processing in MATLAB
can we perform parallel processing in MATLAB... Like i have a code that take input and gives out output. e.g, the code tak...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Code running time calculation
i have coded an algorithm in MATLAB, i want to calculate the processing time of that code. means the time in which input is ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Opposite operation of XOR
a='01101010' key='10010010' Cipher=xor(a,key)= 11111000 now how to get 'a' back if i have key & Cipher?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matrix row and cloumn exchange
a=[14 13 9 10 6 5 1 2] i m trying to convert it into b=[ 14 13 9 10 6 5 1 2]

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort