Community Profile

photo

Noa Yelin


Last seen: 3년 초과 전 2020년부터 활동

통계

  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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...

3년 초과 전 | 답변 수: 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"...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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); ...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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

3년 초과 전 | 답변 수: 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)+...

3년 초과 전 | 답변 수: 1 | 0

1

답변