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