Community Profile

photo

James Clinton


Active since 2018

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
How I can offset the airfoil geometry inward and outward?
It sounds like you just need "z" dimension values. Find the number of points using size(), then you can put the airfoil at a con...

5 years ago | 0

| accepted

Answered
Exporting/extracting field from figure property editor
You can get the Position of the xlabel by using the get function on the figure handle and its properties, as in the following: ...

5 years ago | 0

Answered
retrieving data from a plot saved as fig
Hi, The MathWorks support team gave a very detailed, step-by-step example in <https://www.mathworks.com/matlabcentral/answers...

5 years ago | 0

| accepted

Answered
merge columns of cell array into matrix
Hi Florian, If I'm understanding your request correctly, it looks like you want to avoid typing in each cell index of A indiv...

5 years ago | 0

Answered
How do I reshape a large matrix?
I believe you can still use the reshape function for what you are describing. The <https://www.mathworks.com/help/matlab/ref/res...

5 years ago | 0

| accepted