Delete rows in cell arrays
Show older comments
Hi,
Have have got the following cell array:

How can I delete the first row of the cell and add to each element in the first row 'Equity'. The end result should be for the first element: '1 HK Equity'
Thank you in advance for your help.
4 Comments
"How to save a local variable (which exists during the running of a function)?"
Set a breakpoint in the function on a line that executes after that variable is defined. Once the code pauses, save the variable in a .mat file. Then continue/stop the code execution.
BdS
on 21 May 2019
Accepted Answer
More Answers (0)
Categories
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!