Feeds
질문
How to fill a table using (end,:)
Hello everyone! I have a table for example A=[2,11,33;41,25,92;11,20,14] and i want to add a new row in the end.Something li...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find the number of the row
Hello everyone, If i have a table for ex. Table=[4;3;2;1] How can i take the number of row with the lower number? min(Tab...
거의 15년 전 | 답변 수: 1 | 0
1
답변질문
A problem with floating point arithmetic
Respond=[0.000065;0.000032;0.000120;0.000231]; for i=0.000000:0.000001:0.000350 for k=1:4 if Respond(k,1)...
거의 15년 전 | 답변 수: 1 | 0
