Feeds
提问
Function stress
Write a user defined funtion that determines the principle stress for the stress components. Here is what I did: function [ ...
14 years 前 | 0 个回答 | 0
0
个回答提问
Funtion
Wriet a user-defined funtion for calculating HI for given T & R Here si what I did: function HI = HeatIn( t,r ) %UNTITLED1...
14 years 前 | 0 个回答 | 0
0
个回答提问
funtion for surface area
s = pi^2(2r+d)d W=yst r=0.35in d=0.12in t=0.002in y=0.696 lb/in^3 here is what I did: function W = Weight(r,d,t,...
14 years 前 | 2 个回答 | 0
2
个回答提问
Funtion
cylinder radius = 15in cylindrical middle section is 40in Use the function to make a plot of the volume as a function of h...
14 years 前 | 0 个回答 | 0
0
个回答提问
Determine Expression
Write a program (using a loop) the dertimes the expression: sqrt 12 Sigma (m on top) (n=0 on bottom) ((-1/3)^n) / (2*n+1) Run th...
14 years 前 | 3 个回答 | 0
3
个回答提问
Help with Matlab homework question
Use loops to vreate a 4 x 3 matrix in which the value of each elemen is the sum of its row number and its column number divided ...
14 years 前 | 3 个回答 | 0
