How to remove the first element of 13 * 20 array which is of data type Double?

조회 수: 1 (최근 30일)
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.

답변 (1개)

madhan ravi
madhan ravi 2018년 12월 10일
You can't have holes in a matrix but instead you can replace the value
  댓글 수: 3
Stephen23
Stephen23 2018년 12월 10일
"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
raghavendra kandukuri 2018년 12월 10일
편집: raghavendra kandukuri 2018년 12월 10일
Thank you @ Stephen, Madhan's reply is visible to every one and i did not missed it :)

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by