Jonathan Leutz
Followers: 0 Following: 0
Feeds
提问
Linear Equation Solving, I am getting the wrong output
I have two pretty easy equations to solve for two matricies within these equations. They are easy to solve by hand but I am havi...
10 months 前 | 2 个回答 | 0
2
个回答提问
num2str error or integer error
%% Script clear; clc; E = 70*10^9 G = 30*10^9 L = 1 answer = questdlg('Would you like to find the Optimized beam and di...
1 year 前 | 0 个回答 | 0
0
个回答提问
Need to remake this optimize function to be efficient takes way to long currently
%% other given parameters clear; clc; E = 70*10^9 G = 30*10^9 L = 1 data = 1 %%Simple Script [h b] = optimize(data,E,G,L...
1 year 前 | 3 个回答 | 0
3
个回答提问
Solving System of 3 equations non trivial
Px = 8.08*10^5 Py = 4.63*10^5 P_A = 9.54*10^4 pCr = .89*10^5 m = [0 (pCr-Px) (pCr*.076);(pCr-Py) 0 0; 0 (.076*pCr) (.0089*(p...
1 year 前 | 1 个回答 | 0