2 values for inputs of a function
1 次查看(过去 30 天)
显示 更早的评论
If i have a function
example:
function(T,L)=answ(b,c,d)
L= b + c + d
T= 2*L
end
and i have 2 of c which are 25 and 60 1 of b which is 5 and 0 of d
where b c and d have their own equation
How can i input 2 values for c?
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!