Feeds
답변 있음
Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
assume i:1:4 how to take ti=t1,t2,t3,t4 ?? Ans. Fast
Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
assume i:1:4 how to take ti=t1,t2,t3,t4 ?? Ans. Fast
6년 초과 전 | 0
답변 있음
Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
ti=1; for j=2:1:4 for i=j-1 tj=ti-q*(Li/ki) end end How can I call vale of Li and Ki ??
Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
ti=1; for j=2:1:4 for i=j-1 tj=ti-q*(Li/ki) end end How can I call vale of Li and Ki ??
6년 초과 전 | 0
답변 있음
Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
L1=0.25; L2=0.1; L3=0.15; L4=0.15; k1=1.65; k2=2.81; k3=9.2; k4=10.7; t1=1100; t5=337.5; q=[t1-t5]/[(L1/k1)+(L2/k2)+(L...
Error when calling function, "Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters."
L1=0.25; L2=0.1; L3=0.15; L4=0.15; k1=1.65; k2=2.81; k3=9.2; k4=10.7; t1=1100; t5=337.5; q=[t1-t5]/[(L1/k1)+(L2/k2)+(L...
6년 초과 전 | 0
