Community Profile

photo

Eric Hofmann


Last seen: 2 years ago Active since 2021

Statistics

Content Feed

View by

Question


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 ...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 3 answers | 0

3

answers