photo

Vijeta Singh Yadav


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Message

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:

Statistics

MATLAB Answers

0 Questions
5 Answers

RANK
10,576
of 297,503

REPUTATION
4

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

2 years ago | 0

Answered
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.

2 years ago | 0

Answered
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) ...

2 years ago | 0

Answered
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...

2 years ago | 0

| accepted

Answered
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 ...

2 years ago | 0