Statistics
0 Questions
                        3 Answers
RANK
7,309
                          
                          
of 300,381
                        
REPUTATION
6
                           
                        
CONTRIBUTIONS
                          0 Questions
                          3 Answers
ANSWER ACCEPTANCE 
                            0.00%
                        
VOTES RECEIVED
1
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Really easy one how to quickly repeat columns in an array
You can use the <https://www.mathworks.com/help/matlab/ref/kron.html Kronecker tensor product> a=1:10; kron(a',ones(1,10))...
7 years ago | 0
Finding number of data points in a single grid?
Atiqah, coordinates isn't defined.
8 years ago | 0
How to generate second order best fit polynomial curve using MATLAB
Dan, You can do this using poly2 x=[100 200 300 400 500]'; y=[200 500 900 1400 2000]'; ft = fittype( 'poly2' )...
8 years ago | 1
| accepted


