Feeds
提问
Matlab function/code similar to excel vlookup?
I am calculating a range of values, x, from a loop and require them to be matched to the corresponding x value from given data a...
12 years 前 | 2 个回答 | 0
2
个回答提问
Display diagonal values from vector answers?
%EXAMPLE clear all clc t=linspace(0,5,6); x=linspace(10,15,6); for i=1:length(t) vec=x*t(i) end Is it ...
12 years 前 | 1 个回答 | 0