Feeds
提问
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 前 | 2 个回答 | 1
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
