Community Profile

photo

Joshua Tsui


Last seen: circa 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

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

circa 3 anni fa | 0

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta