photo

Vijeta Singh Yadav


Last seen: 3년 초과 전 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,534
of 300,364

평판
4

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0