Samuel Thompson
Followers: 0 Following: 0
Statistik
RANG
5.718
of 295.486
REPUTATION
8
ANTWORTZUSTIMMUNG
62.5%
ERHALTENE STIMMEN
6
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Convert array into column vector - by row rather than column
Managed to achieve this by taking the transpose of matrix a first, and then performing the same operation. b = a'; b(:)
mehr als 6 Jahre vor | 1
| akzeptiert
Frage
Convert array into column vector - by row rather than column
Consider the matrix a a = [1 2 3; 4 5 6; 7 8 9] I wish to obtain an output b: b = [1; 2; 3; 4; 5; 6; 7; 8; 9] a(:)...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Delete rows from matrix that contain values that correspond to values from a separate variable vector
Hi, I wish to remove rows from a matrix *A* [n x 2] that contains any value from another vector *B* [1 x n] in its first col...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
App Designer: Format headings on uitable
The table below is a uitable created within App Designer that has been modified using the following code: app.UITable2.Colu...
fast 7 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
App Designer: Using function outputs as variables within other functions
I would like to store a variable as an output from a function in App Designer for use with other functions. Please see the simpl...
fast 7 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
assign interpolated color bar value to plot
*Code Extract* My code plots the deflection of a cantilever beam. I wish to change the colour of the deflected shape to corre...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Adding a color bar to an existing plot.
My code generates the figure below; I wish to add a colour bar that indicates the variation in stress of the deflected shape. I ...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Storing neighboring coordinates within a sphere from a 3D domain.
Hi, I wish to be able to form connections between nodes that are within a specified distance apart in 3D space. ~ So fa...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortDefining nodal coordinates for a 3D cubic lattice.
For those who this may be useful, I modified a code provided from another MATLAB user, Marten for ease of use. <https://uk.math...
etwa 7 Jahre vor | 1
| akzeptiert
Frage
Defining nodal coordinates for a 3D cubic lattice.
Hi, I wish to create a 3D lattice formed by joining together many 8-node cubic elements (see figure). I wish to define the nu...
etwa 7 Jahre vor | 1 Antwort | 2