photo

Vijeta Singh Yadav


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

I am a final year student pursuing B. Tech in Information Technology. I am well versed with C++, Java, C, MATLAB.

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:

统计学

MATLAB Answers

0 个提问
5 个回答

排名
11,501
of 299,750

声誉
4

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
i cant launch the simulink onramp in my matlab - desktop
You can check these links about starting simulink onramp link1 link2

3 years 前 | 0

已回答
Getting NaN while using the ratio of power and factorial
Data overflow and underflow problem exists in the code visit this link for avoid data overflow and underflow problems.

3 years 前 | 0

已回答
How to take an average of 7 rows of all the column and save into the following row and next 7 until the data finisih?
arr=readmatrix("L:\data.csv",NumHeaderLines=9) rows=size(arr,1) for idx=1:7:rows a=arr(idx:idx+6,:) avg=mean(a,1) ...

3 years 前 | 0

已回答
How to know if I have license when(before) I startup Matlab
Is there a way for licenses to be monitored from the client machine instead of the server? https://www.mathworks.com/matlabcent...

3 years 前 | 0

| 已接受

已回答
Mean of an Array Containing some NAN Elements
M = mean(___,nanflag) This function will define whether to exclude or include NaN values from the computation of any previous ...

3 years 前 | 0