photo

Noa Yelin


Last seen: circa 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
276.683
of 300.369

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
11.11%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta