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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
