Noa Yelin
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
67 631
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
11.11%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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"...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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); ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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)+...
environ 4 ans il y a | 1 réponse | 0