photo

Soumyatha Gavvala


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
1 个回答

排名
72,265
of 300,771

声誉
0

贡献数
10 个提问
1 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Sorting array with missing numbers
Hello, I have a cell array that goes like this: A= [ 1 2 3 7 8 10 14 15] I want to insert empty ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Arrange a set of elements in an array
Hello, So i have an array that goes like this: A= [1 4 3 2 1 4 3 2 1 4 3 2 1 4 ...

9 years 前 | 2 个回答 | 0

2

个回答

已回答
Callback within a callback function?
I used this line to get the handle for the axes of the figure handle= findobj(gcf,'type','axes'); and then used this in ...

9 years 前 | 0

| 已接受

提问


Callback within a callback function?
Hi, So I have a buttondownfcn callback on my figure 1 and when i click on the figure it runs the function say set(gca,'B...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Search for an element in cell array?
So I have a dataset as follows NaN 51.1512 4.0000 6.0000 NaN 80.7646 3.0000 6.0000 ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Sortrows works in my main function but doesn't work in my callback function?
Hi, I'm using sortrows to sort a dataset array based on a column that contains non scalar values NaN 51.1512 ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Xlsread input arguments?
I have a script which generates different range values for different runs, so I stored this data in variables, startdata= x;...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Can I give input arguments while referencing a callback function?
I'm new to object oriented MATLAB so bear with me. I am plotting some data from my class S, as Plot(s.X{i},s.Y{i},s.Data...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Xlsread for a particular column returns values from another column too?
Hello, I want to obtain the row indices of cells from the Column AD with a particular value, Column X with a particular value...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to select elements in an array that are in sequence?
I have a dynamic array which goes like this [1 2 3 4 31 32 33 34 35 36 37 38 39 40 41 42 56 57 58 59]. Where there is a larger s...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Import data from Excel, based on the cell content
<</matlabcentral/answers/uploaded_files/54411/1.png>> I want to import a set of data corresponding to a particular cell value...

9 years 前 | 2 个回答 | 0

2

个回答