photo

safi khan


自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How do I create a table of each iteration from my while loop?
Here is the code of "Table 2" on while loop. a=1; while a<06; z=a*2; disp(z); a=a+1; end

4 years 前 | 0

已回答
Make a table from a loop
To Make a Table in MATLAB on for Loop. Here is the code of Tabe 5. for a= 1:10 b=a*5 end

4 years 前 | 0