photo

Musa


Last seen: mer än 2 år ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

mer än 6 år ago | 0

Answered
Finding number of data points in a single grid?
Atiqah, coordinates isn't defined.

mer än 7 år ago | 0

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

mer än 7 år ago | 1

| accepted