Feeds
질문
How to get a function to accept a vector as input?
I'm trying to write a function that takes multiple variables in function [x] = classproj(W, k1, k2, d) %UNTITLED4 Summary of ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
While function not stopping at correct point/ how do I get longer vectors for my variables
I am trying to plot for y <= 9.8 x(1) = 0; y(1) = 0; i = 1; while y <= 9.8 x(i+1) = x(i) + 0.001; y(i+1) = y(i) ...
거의 7년 전 | 답변 수: 0 | 0
