Statistics
All
                
                
              RANK
11,104
                          
                          
of 300,392
                        
REPUTATION
4
                           
                        
CONTRIBUTIONS
                          2 Questions
                          2 Answers
ANSWER ACCEPTANCE 
                            50.0%
                        
VOTES RECEIVED
2
RANK
 of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
    
  
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 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...
    
  
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 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 ...
10 years ago | 2 answers | 0
2
answersSolved
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 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...
13 years ago | 0 answers | 0
 
        

