Community Profile

photo

Bharat


Institute of Genomics

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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...

7 years ago | 1

Answered
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...

9 years ago | 1

| accepted

Question


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 ...

9 years ago | 2 answers | 0

2

answers

Solved


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...

11 years ago

Question


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...

11 years ago | 0 answers | 0

0

answers