統計
MATLAB Answers
2 質問
0 回答
ランク
of 170,858
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 ...
6年以上 前 | 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
