Matrix Indexing in MATLAB ll Extract Column or Row from Matrix in MATLAB ll Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 7

  • @ankita-fc8jv
    @ankita-fc8jv 5 ปีที่แล้ว +1

    hello sir
    I want to find out the distance between each points in a time series in matlab. i dont know how to do it
    Suppose a time series is [ 0.1, 0.1, 0.2, 0.5, 0.22], i want to find out the distance between each points. be more specific, if we take first column of this matrix(0.1), then i want to find distance between 0.1 and 0.1, 0.1 and 0.2, 0.1 and 0.5, 0.1 and 0.22.
    then i want to take second column 0.1 and its distance with each column axcept first one (o.1).
    then i want to take third column 0.2 and its distance with each column axcept first and second one (0.1, 0.1)
    then want to take forth column 0.5 and its distance with left column axcept first, second and third one (0.1, 0.1, 0.2).
    please help me with this.

    • @AbhyaasTrainingInstitute
      @AbhyaasTrainingInstitute  5 ปีที่แล้ว +1

      You can use for loop to determine the difference between each point. Run for loop upto the length of data. If you want full solution tell me your email id, I will send you the solution of your problem.

    • @ankita-fc8jv
      @ankita-fc8jv 5 ปีที่แล้ว

      @@AbhyaasTrainingInstitute ok sir i will try it.
      er.ankita1512@gmail.com
      actualy i want to apply sample entropy on time series. and unable to apply it in matlab

    • @AbhyaasTrainingInstitute
      @AbhyaasTrainingInstitute  5 ปีที่แล้ว +1

      @@ankita-fc8jv You try and in mean time I will send code for your problem.

    • @ankita-fc8jv
      @ankita-fc8jv 5 ปีที่แล้ว +1

      @@AbhyaasTrainingInstitute thank you so much.

    • @AbhyaasTrainingInstitute
      @AbhyaasTrainingInstitute  5 ปีที่แล้ว +1

      Problem solved or not???