Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3 次元の行列があると仮定しましょうAandX_IND = 4:8とY_IND = f(X_IND). fのような関数です2*x^2+1。から次のベクトルを抽出する方法A:
A
X_IND = 4:8
Y_IND = f(X_IND)
f
2*x^2+1
a = A(X_IND,Y_IND,3)
Y_INDただし、MATLAB の上記の方程式は行列につながりますが、 の関数であるため、結果は配列になるはずですX_IND。
Y_IND
X_IND