![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21328508_1611885323855_DEF.jpg)
Vijeta Singh Yadav
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.
MATLAB
Spoken Languages:
English
Professional Interests:
Statistica
0 Domande
5 Risposte
RANK
10.523
of 297.016
REPUTAZIONE
4
CONTRIBUTI
0 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
i cant launch the simulink onramp in my matlab - desktop
You can check these links about starting simulink onramp link1 link2
oltre 2 anni fa | 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.
oltre 2 anni fa | 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) ...
oltre 2 anni fa | 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...
oltre 2 anni fa | 0
| accettato
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 ...
oltre 2 anni fa | 0