Feeds
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years 前
已回答
MATLAB matrix using in function
All my code u=symunit; M=7.75*u.cm R=2.54*u.m a_ef=(10:10:100)*u.mm deltap=-7.55*((M^2)/(R^2))*(1/(0.116+log((R)/2.405*a_ef...
MATLAB matrix using in function
All my code u=symunit; M=7.75*u.cm R=2.54*u.m a_ef=(10:10:100)*u.mm deltap=-7.55*((M^2)/(R^2))*(1/(0.116+log((R)/2.405*a_ef...
5 years 前 | 0
提问
MATLAB matrix using in function
I can't use matrix in my functions. Can you help me? u=symunit; M=7.75*u.cm R=2.54*u.m a_ef=10:10:100 deltap=-7.55*(M^2/R^2...
5 years 前 | 2 个回答 | 0
2
个回答提问
Integration of Bessel functions
I can't do it. Can you help me? u=symunit; deltar=0.646*u.m; D_az=4*u.m; R_az=D_az/2; int(besselj(0,(2.405*r)/(R_az+delta...
5 years 前 | 1 个回答 | 0
1
个回答提问
Matlab Live Script Format Problem
Hello! I have a some problem. I want to see the result on shortEng format. But I cant do it.
5 years 前 | 2 个回答 | 0
