統計
MATLAB Answers
6 質問
0 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Function with two inputs and arguments
Hello I am stuck on a problem. I am supposed to make a function that solves quadratic equations. If however the function gives c...
約6年 前 | 1 件の回答 | 0
1
回答質問
How to create function
Hello I am woundering how you do this function; ,om = if, och=and I am supposed to do it with function f = fun(x,y) someth...
約6年 前 | 0 件の回答 | 0
0
回答質問
Multiplying every secound element in a vector with -1
Hello I am looking for how to multiply every secound element in vector 1xn with -1, but I want to write this as a function. I ca...
約6年 前 | 3 件の回答 | 0
3
回答質問
Describing a sum with a while loop
Hello I was woundering how you do this formula for pi as variable s in a while loop. For example; n=a big number s=0 while...
約6年 前 | 1 件の回答 | 0
1
回答質問
Code following function?
om = if How do I code this function? The requirements are that z is a matrix. Thanks. x=[1:0.01:10] y=x-4*sin(2*x)-4
約6年 前 | 2 件の回答 | 0
2
回答質問
How do I do this function?
x=[-1:0.1:1] f=x.^2.*sin(pi.*x) How do I solve this function for g in code? g=f if f>=0 g=0 if f<0 I tried doing: if f>=0 ...
約6年 前 | 1 件の回答 | 0

