Feeds
질문
Why this for loop is not working?
clear all; clc; a = [1 3 6 8 9]; for i = 1:5 c(i,:) = a(i,:)+5 end
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
how to make a 2d contour graph
How to make a 2d colour contour graph. I attached two files. from the excel file: x = blue values y = yellow colour z = gr...
거의 7년 전 | 답변 수: 0 | 0
