Community Profile

photo

Laurel Castillo


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Vectorization of Operation inside Matrix
DH is a 7*5 double. The values in each row of DH are used for calculation in each loop. To speed up, I've used pre-location. B...

5 years ago | 1 answer | 0

1

answer

Question


Initialize to Increase Efficiency of plot3 Animation in Loop
One line is stationary. The moving line is drawn with the psm_xp1V set (4*4*10). In each loop, a set of 4*4 matrix is used to ...

5 years ago | 1 answer | 0

1

answer

Question


plot3 Not Animating with the Loop (Drawnow is already added)
The 3D line is drawn with the mtm_x matrix set (3*2*100). In each loop, a set of 3*2 matrix is used to update the values of the ...

5 years ago | 1 answer | 0

1

answer

Question


Call a Matrix inside another Script
I want to achieve: 1. psm_q is a script. 2. When I am in main.m, type psm_q; psm_q will be shown in the workspace as a 6*1 ...

5 years ago | 2 answers | 0

2

answers

Question


Loop the Functions and store the values (placeholder) for Plotting
I want to run the main functions from t=0:0.1:10. And to store the results for plotting e.g. e VS t Tried this: ...... for t=...

5 years ago | 1 answer | 0

1

answer

Question


Matrices Dimensions Not Consistent when t=0:10
Hi, I don't understand why it says it's not consistent. It's a 4*4 matrix. Only the element depents on t grows, but not the who...

5 years ago | 2 answers | 0

2

answers

Question


For Loop to concatenate Matrix Product
Hi, So the matrix A_All will expand in each loop by adding a 4*4 matrix at the end. The 4*4 matrix is generated from some calcu...

5 years ago | 1 answer | 0

1

answer

Question


How to access values in struct from another script?
Hi all, So I have a script as below with some data in struct. For example, I want to access the value 1.2 in the struct, when...

5 years ago | 1 answer | 0

1

answer