photo

Micky


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

9 Fragen
1 Antwort

RANG
17.802
of 300.379

REPUTATION
2

BEITRÄGE
9 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
2

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.299

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to manipulate arrays based on the values of the elements in those arrays?
I have two arrays with numbers having large decimal digits. One arrays has less elements than the other one. I want a new array ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to shift the origin or how to make median of the data to be origin or zero?
I have an array with some Floating point data in it. I basically want that mean or median of the data should be origin or zero...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to manipulate arrays based on the transitions of the array elements?
Thanks James for the answer. I appreciate it! Just for FYI. I also figured out another way i.e. Rotate the aa one time to th...

mehr als 12 Jahre vor | 0

Frage


How to manipulate arrays based on the transitions of the array elements?
I want o make every element of the existing array to 1, but whenever there is a transition like the element value changes from -...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to write out multiple mat files, for some kind of regression suite testing?
It will much easier to understand, if I use an example to demonstrate the problem I have : Diff_Freq_Array = [5, 8, 10, 12, 1...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to call/include/load one m file in another m file?
I have a huge matlab program (.m file) which is a higher level model of some design and this program has bunch of variables. I w...

mehr als 12 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


How to compare two arrays?
Example: aa = [1 1 1 1 -1 -1 1 1 1 1 1 1 -1 -1 1] and bb = [NaN NaN NaN NaN 0.2 0.3 NaN 0.2 0.3 NaN NaN NaN 0.2 0.3 ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


HOW TO COMPARE TWO ARRAYS ELEMENTS IN MATLAB
I had an array AA = [ 0.1, 0.2, 0.3, 0.2, 0.1, -0.1, -0.2, -0.3]. Then I got two arrays one shifted left one element and the oth...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can I shift Right which is an array of numbers?
I need is a new shifted array and eventually I want to add the arrays.(New Shifted array + Original Array). Can I do something l...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can I add 1-bit delay to incoming serial bit pattern?
I am learning MATLAB and this is my first time encounter with this doing some kind of behavioral coding. The serial bit patte...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort