photo

Vijeta Singh Yadav


Last seen: 約4年 前 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 回答

ランク
10,147
of 302,049

評判
4

コントリビューション
0 質問
5 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,520

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 178,520

コントリビューション
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

約4年 前 | 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.

約4年 前 | 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) ...

約4年 前 | 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...

約4年 前 | 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 ...

約4年 前 | 0