Statistics
0 Questions
3 Answers
RANK
155,083
of 301,432
REPUTATION
0
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
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
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 years ago | 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 ??
6 years ago | 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...
6 years ago | 0
