If values are given then how we used in loop one by one .

조회 수: 1 (최근 30일)
Shoaib Muhammad
Shoaib Muhammad 2021년 9월 17일
답변: Cris LaPierre 2021년 9월 17일
if lamda_1, lamda_2, lamda_3 ...... lamda_6 are the given then how we use these in for loop like if when first iteration to take lamda_1 and when 2nd iteration to take lamda_2 and 3rd to lamda_3 and so on .. please help me

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 9월 17일
Ch 13 of MATLAB Onramp explains how to create and use for loops in MATLAB.
You can also find some examples here.
Basically, put your numbers in a vector, and then use your loop counter to index (Ch 5 of onramp) the value to use in that loop from your vector.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by