![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16548565_1570890723828_DEF.jpg)
Scott Banks
Followers: 0 Following: 0
Statistik
RANG
114.163
of 297.016
REPUTATION
0
BEITRÄGE
20 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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
Frage
Help with the Deflection of a Plate in MATLAB
Dear all, I am trying to solve for the deflection of plate and to do this I am using finite differences in MATLAB. The plate ...
10 Tage vor | 1 Antwort | 0
1
AntwortFrage
Help with MATLAB symbolic toolbox
Hi there everyone, I need some help with using the MATLAB symbolic tool box. I have some symbolic expressions to manipulate an...
22 Tage vor | 3 Antworten | 0
3
AntwortenFrage
Extracting Data from Figures and Vectors
Dear all, I have the following code in which I want to extracxt y values (displacements) for 12ft, 24ft and 36ft along a 48ft...
25 Tage vor | 1 Antwort | 0
1
AntwortFrage
Problem Using Nested For Loops
Dear all, I have the following problem. I want to manipulate the following matrix: X = [1 2 3 4 5; 6 7 8 9 10; 1...
3 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Statically Inderteminant Beam Using Finite Difference Method
Dear all I am trying to code for the displacements of statically Inderterminant beam using the finite difference method. It app...
5 Monate vor | 0 Antworten | 0
0
AntwortenHow to stop unwanted rows being added when constructing a matrix in a for loop
Briiliant, thanks guys for all youre help!
5 Monate vor | 0
Frage
How to stop unwanted rows being added when constructing a matrix in a for loop
Hi there, just a simple question I think. I am trying to construct a matrix in a quick way using a for loop. Because the v...
5 Monate vor | 4 Antworten | 0
4
AntwortenFrage
Style Property Not Being Recognised
Hi all, I am trying to format a table - border, border colour etc. I am trying to do this programmatically from the Mathwoks pa...
8 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Shooting Method with Secant Method
Hi all, I am working on a problem to solve a second order differential equation. I am using the numerical method 'the shooting ...
8 Monate vor | 1 Antwort | 0
1
AntwortFrage
Why is this simple loop not working?
Hi there, I think I have used this procedure for the following loop many times, but now it isn't working: h = 3 z = 4 y = ...
8 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Why are these interations not working?
Hi there, I am trying to perform simple iterations to solve a pair of simultaneous equations. However, I am not getting the cor...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
How can I put an output from the display function in a table?
Hi there, I am wondering how I can put the results using the display function into a table. This is the code: Section = ['254...
11 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Why is this happening?
Hi Guys, I firstly want to apologise, because I am going to post a lot of code, but hopefully you won't need to go through all ...
etwa ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
Combining multiple matrices into a single vector
Hi there, have some matrices that I would like to combine into a single vector. For example: T1 = [2 3; 4 2] T2 = [1...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
How best and most efficient way to build this matrix
Hi guys, I am wondering what is the best and most efficient way to build this matrix using loops and functions? Rather than inp...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Help with creating an array from two smaller arrays in a for loop
Hi guys, I am trying to create a 12x1 array (Fv) from two 1x6 arrays (Mx1 and Mx2). I want the 12x1 array to be populated by th...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortWhy is the If Statement Not Working?
Brilliant, Stephen, Thank you!
mehr als ein Jahr vor | 0
Frage
Why is the If Statement Not Working?
Hi guys, I am trying to create a simple If Statement within a for loop, but I am not getting the correct results. I am running...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenHelp with jumping one position using circshift function in a for loop
Hi guys, thank you for your repsonses. Sorry for the confusion for the final Tn matrix. It was a poor way of getting across my...
mehr als ein Jahr vor | 0
Frage
Help with jumping one position using circshift function in a for loop
Hi there, I am trying to create a transformation matrix for the matrix stiffness method, and to save time I am using the circsh...
mehr als ein Jahr vor | 4 Antworten | 0
4
AntwortenFrage
Skipping Iterations in a For Loop
Hi there, I have a vector FEM = [-16 16 -18 12 -6 6] I want to add together (16 + -16), (-18 +_16). (12-18) and (6 + -6) I ha...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Combining vectors in a for loop to form a final matrix
Hi there, I am writing a script to solve problems using the Moment Distribution Method for structural analysis. I have 4 loops ...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortHow to index a matrix other than using curly brackets
Thanks for your help, guys
fast 2 Jahre vor | 0
Frage
How to index a matrix other than using curly brackets
Hi there, I have a matrix whereby I want to shift the values of the matrix by a given amount,. The matrix that I want to shift ...
fast 2 Jahre vor | 1 Antwort | 0