Community Profile

photo

tinkyminky93


Last seen: 4 giorni fa Attivo dal 2022

Statistiche

  • Thankful Level 4
  • Thankful Level 2
  • Explorer

Visualizza badge

Content Feed

Visto da

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Deleting Empty Rows in Cell Array
Hello, I have a cell array like ' ' ' ' '1231231' ' ' ' ' '1231231' ' ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Risposto
Counting the spesific word in text file
you are right sir @Walter Roberson, I got the point.

quasi 2 anni fa | 0

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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.

quasi 2 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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'); ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Carica altro