統計
All
Feeds
回答済み
Generating an Array of Hexagonal Shape Pattern
I used |patch| to create a hexagonal grid. % MWE % l=10; b=10; C=rand(l,b); xhex=[0 1 2 2 1 0]; % x-c...
Generating an Array of Hexagonal Shape Pattern
I used |patch| to create a hexagonal grid. % MWE % l=10; b=10; C=rand(l,b); xhex=[0 1 2 2 1 0]; % x-c...
9年弱 前 | 1
回答済み
Errors in linking fortran code that opens a MAT-file
The compiler requires |*-cpp*| option for the pre-processor to recognize the header file and not to treat it as illegal. Link...
Errors in linking fortran code that opens a MAT-file
The compiler requires |*-cpp*| option for the pre-processor to recognize the header file and not to treat it as illegal. Link...
10年以上 前 | 1
| 採用済み
質問
Errors in linking fortran code that opens a MAT-file
I have to open a MAT-file using fortran. I followed the example file but I am facing some problems while linking. The compiling ...
10年以上 前 | 2 件の回答 | 0
2
回答解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
約13年 前
質問
Warning during integration: Matrix is close to singular or badly scaled
I have multiple doubts in this regard. My system components are best represented as matrices (three coupled components in a p...
約13年 前 | 0 件の回答 | 0


