changed value of the specific matrix

조회 수: 1 (최근 30일)
vaya putra
vaya putra 2021년 10월 7일
답변: David Hill 2021년 10월 7일
i have matrix 20402x1
what i want is changes line of 3000 to 3100 =1 and other line 1500-1600 =1
any suggestion

채택된 답변

David Hill
David Hill 2021년 10월 7일
yourMatrix(3000:3100)=1;
yourMatrix(1500:1600)=1;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by