Feeds
질문
Why does my matrix give me a syntax error
%first created function to make an equation for all the calculations function Fn = Fnorm(A) %the matrix's space is now set ...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
Why is my function not working?
%clear program all together clear clc %create function for velocity(m/s) function U = (n,S,H,B); U = sqrt(S)*((B*H/(B+2*H...
4년 초과 전 | 답변 수: 3 | 0