Community Profile

photo

Mekala balaji


IIT Roorkee

Last seen: 3 years ago Active since 2014

NA
Professional Interests: To become technical expert

Statistics

  • Thankful Level 5

View badges

Content Feed

View by

Question


How to get stats by group
Hi, I have cell array as shown below: data: Name Age rank A 20 12 B 20 42 A1 13 2 A2 22 3 B...

3 years ago | 2 answers | 0

2

answers

Question


How to access elements of all field of structure in same loop
Hi, I defined structure and want to access elements of each feild. I use the below code and it giving error. %% close all ...

4 years ago | 1 answer | 0

1

answer

Question


How to convert xml to csv
Hi, I am using '9.2.0.538062 (R2017a)' version, and I want to parse xml to csv,and I want to access the attributes for example:...

4 years ago | 0 answers | 0

0

answers

Question


How to access a row elements of a field of a structure
Hi, I have a structure A and it has three feils f1,f2,f3. f2 have three rows and 10 columns. I want to access row 2 of columns....

4 years ago | 1 answer | 0

1

answer

Question


How to copy files form one directory to another
Hi, I want to copy all files from one folder to another folder. How can I do this using arrayfunc ? sorce_folder files: s1.cs...

4 years ago | 1 answer | 0

1

answer

Question


How to get row index which have my text
Hi Helo How are you mekala what are you doing where are you going mekala I want to get the row index if row contains "...

4 years ago | 1 answer | 0

1

answer

Question


how to find index of each occurrence of my pattern in a file
Hi, I have text file (contents are shown belew) Hi Helo How are you mekala what are you doing where are you going mekal...

4 years ago | 1 answer | 0

1

answer

Question


How to reverse the order of words in string
Hi, I have below sentence and want pring in reverse order; Input: 'Hello. I. am. Here.' Output: Here. am. I Hello. I use...

4 years ago | 2 answers | 0

2

answers

Question


How to write horizontally
Hi, I want to write 'x' and 'y' data side by side in each loop. I sue below code x=-5:1:5 y=x.^2 fid=fopen('test.txt','w')...

4 years ago | 2 answers | 0

2

answers

Question


How to get row index satisfy the condition in cell array
Hi, I have celle array, and want to find row index where the cell value is equal to 1. data: 'Group1' 'PVT' 'Po...

4 years ago | 1 answer | 0

1

answer

Question


How to split string
Hi, I have the below cell array and want to split at common dilimiter of the specified column. Group Sub_group Na...

4 years ago | 1 answer | 0

1

answer

Question


How replace matching string
Hi, I have below cell array: Pass Pass{overflow :1,unbound:5,warning:9} Miss Pass Miss ...

5 years ago | 1 answer | 0

1

answer

Question


How to pivot the table
Hi, I have below data, ID Date cK_1 ck_k2 ck_4 Gat_pt01 2019-06-01 ...

5 years ago | 1 answer | 0

1

answer

Question


How to get row indices of negative values
Hi, I have cell matrix and I want to identify the rows whose value is negative in the column name "score", and delete entire ro...

5 years ago | 1 answer | 0

1

answer

Question


How to define the step increment of iteration inside the loop
Hi, I want increment the iteration 'i' by 3 on each iteration completes and the next iteration statrt from the incremented 'i...

5 years ago | 1 answer | 0

1

answer

Question


How to generate table
I want to generate output table as below: All table lines are "dotted lines" JAK 23 KMT 56 89 45 JK...

5 years ago | 1 answer | 0

1

answer

Question


How to represent axis values are multiple of thousand
Hi, I have below code, and want to represent x-axis & y-axis values are multiple of 1000. I want to display x-axis in mul...

5 years ago | 1 answer | 1

1

answer

Question


How to view plotting in real time
x=[1,2,3,4,5,6,7,8,9]; y=[1,2,3,4,5,6,7,8,9]; hold on % scatter(x,y,'X') % line(x,y) % plot(x,y,'-o') plot(x,y,'-o','Mar...

5 years ago | 1 answer | 0

1

answer

Question


How to inser 10x10 eqaully squares in the same picture
I have below code to draw cirle to draw a circle, and I want to draw 10x10 squares (of eqaul size) with sum of the sides will be...

5 years ago | 0 answers | 0

0

answers

Question


How to draw equally sized squares
Hi, I draw a circle of radius 1, and I want to draw eqaully sized squares in the background of the circle. Kindly some one help...

5 years ago | 1 answer | 0

1

answer

Question


How to add calculated parameters in to plot title
Hi, I have below example plot, and I want to add more calculated parameters, but it give error. x_variable=1:1:10; y_vari...

5 years ago | 1 answer | 0

1

answer

Question


How to get sub-circles from orignal circle
Hi, I have circle with diameter 1, I use below code: meshgrid(x,y) Fig,surf(x,y,z,'facecolor','interp','edgecolor',none);vi...

5 years ago | 1 answer | 0

1

answer

Question


How to access data from structure
Hi, I have data in structure: A.B.C C is also structre with size 23x5 I want to access 4th column of each row (its a double ...

5 years ago | 1 answer | 0

1

answer

Question


How to get row index based on two columns
I have below cell array, I want to get the row index if 2nd column is "Continuous" & 3rd Column is <=80. 12 Continuous 8...

5 years ago | 2 answers | 0

2

answers

Question


How to get row indices of matching pattern
Hi, I have cell array matrix as below: Standard Manual 179 Standard Auto 1 Nonstandard Auto 8...

5 years ago | 1 answer | 0

1

answer

Question


How to interpolate based on given column
Hi, I have below array(double), and want to assign 50 for maximum value and 0 for minimum value, and for the rest of the valu...

5 years ago | 2 answers | 0

2

answers

Question


How to get statistical summary
Hi, I have below cell array, Step 34 Step 56 Double 23 Stop 123 I want to get the summation an...

5 years ago | 2 answers | 0

2

answers

Question


How to detect given pattern and delete the current row
Hi, I have below cell array (i am using matlab 2016a), I want to delete rows if match the below criterion: For eve...

5 years ago | 1 answer | 0

1

answer

Question


How to assign next matching string
Hi, I have below cell array, STD AMHAT00 PAK497.00 34 Same 12 AT AAHAT00 YAH00K 34 56 AT AAHAT00 Y...

5 years ago | 1 answer | 0

1

answer

Question


How get row index of first and last appearance each unique cell element
Hi, I have below cell array, and I want to get the unique elements based on 2nd column. MUY09KT00 TW00.00 MUY09KT0...

5 years ago | 2 answers | 0

2

answers

Load more