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일

0 개 추천

yourMatrix(3000:3100)=1;
yourMatrix(1500:1600)=1;

추가 답변 (0개)

카테고리

제품

릴리스

R2020b

질문:

2021년 10월 7일

답변:

2021년 10월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by