photo

Noa Yelin


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
127,556
of 300,763

評判
0

コントリビューション
9 質問
0 回答

回答採用率
11.11%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


A recursive matrix sum
Hey I wrote a function that gives u the sum of the matrix. I try to write it with rerursive, but it doen't get well. i need a...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How I can i organize the array of matrix?
Hey I wrote a function that the user enters a matrix, and the function returns "1" if the matrix is reversible(regular) and "0"...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Regular matrix and non-singular matrix
Hey I need to write a function that the user enters a matrix, and the function returns "1" if the matrix is reversible(regu...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Reversible matrix in matlab
Hey I need to write a function that the user enters a matrix, and the function returns "1" if the matrix is reversible and "0...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Find minimum points matlab
Hey, I need to find minimum points. I wrote this code - syms x real f=(x^2)-4*x+9; d1=diff(f,1); res=solve(d1==0); ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


how do i find minimum value of function with matlab?
Hey I have quadratic function and I need to find the minimum value with symbolic calculations. there is a function to f...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Recursion function in matlab
Hey How do I write a function that get a matrix as an argument and returns the sum of all the members in it recursively? T...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Solve system of nonlinear equations with matlab
how can i solve these 2 nonlinear equations in matlab? −2𝑥^2+3𝑥𝑦+4sin (y)=6 3𝑥^2−2𝑥𝑦^2+3cos(𝑥)=−4

約5年 前 | 1 件の回答 | 0

1

回答

質問


plot with equals in matlab
hey, what is the problem with this code - x=linespace(-10,10,2); yy=sin(x)+0.2*sin(2x)-0.3*sin(3x); zz=1/0.1+abs(sin(x)+...

約5年 前 | 1 件の回答 | 0

1

回答