Community Profile

photo

Joshua Tsui


Last seen: 대략 2년 전 2021년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


Matrix multiplication. Trying to get scalar solution
I am expecting a scalar value of 4/3 as the value for coor but am getting [2 0; 0 1] Inputs as follows: Number of floors: 2 M...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Eigenvalue output in different order to inputs
Hi, This code is meant to plot the mode shapes of buildings. Is it possible to have the eigenvalues outputted in ascending order...

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Struggling to connect end points of lines within a plot
AZero=[0] BZero=[0] AEven=A(:,2:2:end); BEven=B(:,2:2:end); AFull=[AZero,AEven'] BFull=[BZero,BEven'] plot(AFull.',BFull.'...

대략 3년 전 | 0

질문


Why is an extra line being plotted?
Hello, I have been trying to display the deflection and displacement of beams within a building. Currently, I am having an issu...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Struggling to connect end points of lines within a plot
Hello, I am having issues creating the following plot: So far, I have been able to create the F shape but I have run into ...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


Eigenvector different to expected using eig
Hello! The problem is as the title suggests. A=[1.5 -0.5; -1 1]; [Vec,Val]=eig(A) The outputted eigenvalues are 2 and 0.5 ...

대략 3년 전 | 답변 수: 1 | 0

1

답변