tinkyminky93
Followers: 0 Following: 0
Statistik
RANG
199.733
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
77.42%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
Smoothing the Data with For Loop (Sliding Window)
Hello, I am taking the datas from my sensor and the datas are the multiples of 5.8594 so my whole data looks like a mix of squ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Real Time Low Pass Filtering
Hello, I am trying to apply the low pass filter to my data. My samples are like square wave and I want them to be smoother. In ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Merging the Data in the Text Files for the Number of "N" Text Files
Hello, In my directory I have N numbers of text files and I want to read all of them with the datas that they contain. After ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Difference Between Built-in Periodogram and Self-Calculated Periodogram
Hello, I have the following code block. Im just trying to calculate the periodogram of the signal 'x' with built-in periodogram...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Obtaining Sine Wave From Square Wave
Hello, I have a square wave but this wave is not an ideal square wave. What I mean is, for example from the first sample of po...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Grouping the Elements of the Array
Hello, I have a double array with the element number of 897880. I want to group them like 30000 30000 but it gives me error beca...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Merging Cell Array Elements with cellstr
Hello, I want to merge the elements of the cell array of 100x4. After this merge, it will become 100x1. To do this process, I...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Merging the Cell Arrays with Different Dimensions
Hello, I have cell arrays with the dimensions of 100x57 and 100x80. I want to merge them like [cell1;cell2] but MATLAB gives ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assigning the Values to an Element Without e representation
Hello, I have 100 values inside of the cell array and they are completely true in terms of numeric value. What I want to see ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting Rows in Text File and Assigning them to a New Text
Hello, I want to find the rows which contain "temp" word in my text file, then, I want to delete these rows. After that, what...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Merging the Cell Array Elements
Hello, I have a cell array which has the dimensions of 64x1 cell. I try to take the first 2 element then merge them. I tried ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Transforming 100x4 Char Array to 1x400 Char Array
Hello, I have a char array with the dimensions of 100x4 and because it contains blank elements, in other words 4 charactered ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Taking Numerical Values From Char Array
Hello, I have a char array like '123456' '123123' when I use str2num, it gives me squares, not numerical values. '□□□...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting Empty Rows in Cell Array
Hello, I have a cell array like ' ' ' ' '1231231' ' ' ' ' '1231231' ' ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assigning the Nth element of Cell Array to another Array
Hello, I have an cell array with 1000 rows and inside of this rows I have a 3 word. I am taking the 2nd element of this rows and...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortCounting the spesific word in text file
you are right sir @Walter Roberson, I got the point.
mehr als 2 Jahre vor | 0
Frage
Concatenate/ Merge two HEX Cell Array
Hello, I have a two cell array which are 3x1 and 2x1. I want to merge them and want to see as 5x1. How can I do it? When I u...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Counting the spesific word in text file
Hello, I have a text file and I want to see how much 'Hi there!' word inside of it. How can I do it? Thank you.
mehr als 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Merging Cell Array Elements in One Element
Hello, I have a cell array and its elements are like 1x4 cell array {'1A'} {'2B'} {'3C'} {'4D'} I don't want to acc...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Hex to Num / Hex Cell Array
Hello I have a hex cell array and I indexed them. For example I have 'A7' and when I use hex2dec, it gives me nonsense result ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Cell Array Indexing of HEX values
Hello, I have a HEX cell array and I use importdata function to import them. a = importdata('C:\User\Desktop\text.txt'); ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Deleting Spaces in an Hex Array
Hello, I have an array like [AA BB CC DD EE] and i want to see it like [AABBCCDDEE]. how can i do it? Thank you
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to write the string after a spesific point in cell array?
Hello, Lets say I have a text file and it contains ASDASDDSA 123213213 ASDADASDA 18128, ASDSAD [ 123 123 123 12 3 123123 1...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Holding the Previous Value of For Loop and Sum
Hello, I am trying to plot the values of two operations and I have two nested for loops. For every value of k, the clutter loca...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MATLAB Puts One space between %'s (Comment)
Hello, I am using shortcut of commenting which is CTRL+R but MATLAB puts one space between %'s. As you know, when we enter tw...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assigning Null / Multi-Dimensional Matrix
Hello, I have a matrix with the dimensions of 4x2500 and I am generating this matrix in for loop. I want this matrix to be 4x12...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Assigning X-Y Coordinates to 2-D Matrix
Hello, I am trying to create a matrix like shown below and plot them like shown too. It is a simple 3x3 matrix and it contains X...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assigning the Values to 2-D Matrix which has 2 Elements in Each Point
Hello, I am trying to assign the values to a matrix. This matrix is a 3x3 matrix but every point has 2 elements, which are the c...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting multiple graphs using "imagesc"
Hello, I am trying to plot the Range-Doppler map using imagesc. When I plot my outputs individually, they work fine but when I t...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Exponential Function Plotting From Reverse
Hello, I want to plot the graph of exponential function but in reverse order. For example I want this plot to start from 5 and ...
mehr als 2 Jahre vor | 2 Antworten | 0