
Ashutosh
Statistics
4 Questions
0 Answers
RANK
210,982
of 273,352
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 18,454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,773
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
Content Feed
Question
Solve error : Index in position 2 exceeds array bounds. Index must not exceed 15.
a=2; m=5; n=15; %ADM is matrix of size 5by15 for i=1:m for k=1:3 B(i,k)=0; for j=1:n/3 B(i,k)=...
4 months ago | 0 answers | 0
0
answersQuestion
how to use exp for this problem
i=1; Un=3; sd=1.41; w=exp(-[[i-Un]^2]/2[sd]^2)
5 months ago | 1 answer | 0
1
answerQuestion
how to use symsum for this problem
sym=symsum([i-Un]^2,i,1,s); SD=(sym/n)^1/2;
5 months ago | 1 answer | 0
1
answerQuestion
How to find maximum element of particular column in a array
A=[1,2,3,4,5,18;7,8,9,16,11,12;13,14,15,10,17,6] Now I need maximum value of column 2,4 and 6 which is 14,16 and 18
5 months ago | 1 answer | 0