Statistics
3 Questions
0 Answers
RANK
32,086
of 301,421
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
1
RANK
of 21,269
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,475
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
matrix dimension mismatch problem
hiii i have an issue of matrix dimension mismatch..i have this following code. R=1:1:500; d=[1 2 3 4]; delB=1; Bmn=1; a=1...
6 years ago | 2 answers | 1
2
answersQuestion
how to use loop to create array
hello i wanted to generate a variable B such that for i=1:10 n1=2; n2=1:1:10; B(i)=linspace(n1,n2(i)); end so my code mu...
6 years ago | 1 answer | 0
1
answerQuestion
plot a function having two variables with unequal elements
hello i have a fuction as follows XT=k*L*pitch; where L contains 100 elements and pitch contains 5 elements. k also contains...
6 years ago | 1 answer | 0
