Answer the question
In order to leave comments, you need to log in
How to insert new numbers in the center of a table in MATLAB?
Good afternoon, comrades, the question arose of how in MATLAB you can insert new values into a table. For example, I have a string 1 2 3 4 5 6 7 8, I want this string to turn into this: 1 2 3 3.5 4 4.5 5 5.5 6 7 8. Is there any function that allows me to do this Or do you have to write it yourself?
Answer the question
In order to leave comments, you need to log in
I will answer my own question, as suggested on StackOverflow, there is such a function interp1 www.mathworks.com/help/matlab/ref/interp1.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question