photo

Alina


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
179,660
of 300,352

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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]

11 years ago | 1 answer | 0

1

answer