Community Profile

photo

deathtime


Last seen: Today 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How do I insert a substructure within an existing structure at a specific index
Let's say I have an existing structure: existingStruct.a.val1 = 1; existingStruct.a.val2 = 2; existingStruct.b.val1 = 3; exi...

約2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Using rdivide for multidimensional matrices
I have a 5 by 10 by 3 force matrix: F = rand(5, 10, 3); The first dimension represents grid points on a mesh (5 mesh points). ...

7ヶ月 前 | 3 件の回答 | 0

3

回答

質問


Use Indexing for more than 1 dimension of array simultaneously
I have a 10 by 3 matrix: matrix = rand(10, 3); I have an indexing array which selects a column number for each row: idx = [1;...

9ヶ月 前 | 3 件の回答 | 0

3

回答

質問


Generate 3D Surface Mesh Using Elemental Connectivity Data
I have a FEM file, which represents the surface mesh of a 3D object. This surface mesh contains triangular and quad elements - t...

9ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Issues with gpuArray Interpn
I have a series of 3 2D datasets (each one is 3x3 array): f = rand(3, 3, 3); In the above, the third dimension represents the ...

11ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Vectorize a series of interpn calculations with GPU
Let's say I have a cell array with equal sized (but different) 4D datasets: nPoints = 5; dataCell = cell(1,nPoints); for i...

11ヶ月 前 | 0 件の回答 | 0

0

回答

質問


How to avoid linear indexing in operations involving matrices of different sizes
If I carry out an operation of matrices with different sizes using indexing, the end result tends to be a column matrix with lin...

12ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Fastest and Most Memory Efficient Way to Generate Structure from Matrix of Data
I have a matrix of numerical data: loads(ncases, ngridpoints) - where ncases relates to the number of independent variable (M, a...

12ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Efficient way to convert m by n array into a single column table with each row containing n by 1 array?
Let's say I have a 4 by 3 array: A = [1 3 5; 2 6 7; 5 8 9; 3 2 1]; What is the fastest/most memory efficient way of converting...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to insert multidimensional arrays within table entries?
For example: I want to create a table with 5 rows and 2 columns. The first column is just 5 rows of doubles. Can I insert a 3x3x...

約1年 前 | 1 件の回答 | 0

1

回答

質問


What is the most efficient way to "reverse" interpolate a 3D array?
I have a 3-D array of data: it contains Fz values for different values of alpha angle, beta angle and Mach number. I would lik...

約1年 前 | 2 件の回答 | 0

2

回答

質問


Fastest way to cross reference two tables
I have data in table form read in from two different files: "Grid points" and "Forces". Each row of "Grid points" contains 4 c...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


How do I extract fixed-width columns from a file that includes empty spaces?
I have a file called gridpoints.txt. It is structured as follows: $$ GRID Data GRID 100 6956.519 492.02359.5...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I split a string using a only *single* whitespace delimiter so any multiple whitespaces are also "split"?
I am aware of how to use strsplit to split a string using whitespace delimiters. However, if there are multiple whitespaces betw...

2年弱 前 | 3 件の回答 | 0

3

回答