
tinkyminky93
Statistics
26 質問
1 回答
ランク
250,271
of 262,798
評価
0
貢献
26 質問
1 回答
回答採用率
80.77%
獲得投票数
0
ランク
of 113,782
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
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...
約2ヶ月 前 | 2 件の回答 | 0
2
回答質問
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...
2ヶ月 前 | 2 件の回答 | 0
2
回答質問
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 ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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 ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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 ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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 ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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. '□□□...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
Deleting Empty Rows in Cell Array
Hello, I have a cell array like ' ' ' ' '1231231' ' ' ' ' '1231231' ' ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
2ヶ月 前 | 1 件の回答 | 0
1
回答Counting the spesific word in text file
you are right sir @Walter Roberson, I got the point.
2ヶ月 前 | 0
質問
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...
2ヶ月 前 | 2 件の回答 | 0
2
回答質問
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.
2ヶ月 前 | 3 件の回答 | 0
3
回答質問
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...
2ヶ月 前 | 2 件の回答 | 0
2
回答質問
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 ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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'); ...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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
2ヶ月 前 | 0 件の回答 | 0
0
回答質問
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...
2ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
3ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
4ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
4ヶ月 前 | 2 件の回答 | 0
2
回答質問
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...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
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 ...
6ヶ月 前 | 2 件の回答 | 0
2
回答質問
Error: Unrecognized function or variable 'getMatchedFilter'.
I am facing with some problems when I try to apply matched filter to my waveform. What is the problem? The error is Unrecogn...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to integrate LFM signal into pulse
I am trying to generate a Linear Frequency Modulated (LFM) Pulse waveform like below. I generated periodic chirp signals bu...
7ヶ月 前 | 1 件の回答 | 0