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 years 前 | 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 years 前 | 0 个回答 | 0
