How to remove the first element of 13 * 20 array which is of data type Double?
Show older comments
I have an array of 13 * 20 which is in Double, i would like to remove the first element of the first column and would like to keep the result stil in Double, I have provided the data in the excel attached, PFA.
Answers (1)
madhan ravi
on 10 Dec 2018
0 votes
You can't have holes in a matrix but instead you can replace the value
3 Comments
raghavendra kandukuri
on 10 Dec 2018
Edited: raghavendra kandukuri
on 10 Dec 2018
Stephen23
on 10 Dec 2018
"I am able to do it ,if i convert it to cell, but i want the ouput in double"
Then you should read madhan ravi's answer. Here it is again, in case you missed it:
"You can't have holes in a matrix but instead you can replace the value"
raghavendra kandukuri
on 10 Dec 2018
Edited: raghavendra kandukuri
on 10 Dec 2018
Categories
Find more on 2-D and 3-D Plots 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!