photo

Ashutosh Atre


自 2015 起处于活动状态

Followers: 0   Following: 0

Student

统计学

MATLAB Answers

7 个提问
0 个回答

排名
212,045
of 300,853

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I select random element from one of the array in structure?
I have a structure named peer which has 2 arrays value[] and age[]. I want to select random element from value[]and assign it to...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to select one random element from the structure containing 2 integer array??
I have structure peer1 with 2 arrays value[] and age[], I want to select 1 random element from value array and store it in varia...

10 years 前 | 0 个回答 | 0

0

个回答

提问


How to display a structure with 2 integer array in a command window?
prompt = 'Enter the Number of Nodes? '; n = input(prompt); while (i<=n) valprompt = 'Enter the value of Node?'; ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a structure which accepts 2 integer arrays?
I want to create one structure named peer which accepts integer array of records 1)value 2)Age? So, how can I declare the st...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to append 1 array with half the elements of second array?
I have 2 arrays Arr1=[2 3 4 5] and arr2=[6 7 8 9 10 12] with C=number of elements in arr2 (here, it is 6). So, I want to append ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to subtract 2 vectors in matlab? e.g (x,y)=(ne,ew)-(ec,nc)=(27''E,6''N)-(54''E-0''N)
and with that answer, I want to calculate vector's angle? How to compare angles in matlab?

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to display single points (-24,9) and (-18,3) in a plot ranging from x-co-ordinates: (-27,27) Y-co-ordinates: (-27,27) by dot?
I want to trace a path of a robot starting from these 2 points. I would like to know how to inculcate previous plot in current

10 years 前 | 1 个回答 | 0

1

个回答