photo

Jonathan Leutz


Last seen: 10 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 Monate vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort