photo

Jonathan Leutz


Last seen: 10 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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

1

个回答