Noa Yelin
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
67.623
of 295.527
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
11.11%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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"...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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); ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)+...
etwa 4 Jahre vor | 1 Antwort | 0