photo

masoud avaznejad


Last seen: quasi 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
72.301
of 300.381

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to find intersection points of a vector-valued curve and a function?
Hello I have two curves,one has function and another one is just vector-valued matrix How can I find the cross points between ...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Area under gaussian curve
Hi guys I want the value of area_under_curve to be exactly 30000 from 8.5 to 17 Is this way true to use integral? Using matla...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to convert a matrix to a more data matrix?
hello every body i have plotted thees data now i want to have more points(more x and more y) how i can i do that? clc; cl...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to convert a plot to a more accurate data?
Hello every body I plotted a figure now I want to have its matrix in high resolution (more points) how can I do that? clc; ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


trapz or integral which one is more accurate?
clc clear close all x = linspace(0,100); y = x.^cos(x); plot(x,y); a = trapz(x,y); y = @(x)x.^cos(x); b = integral(y...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to add a normal distribution to a figure?
Hello I want to creat this figure (regenrate paper) now I got this one how to add some normal distribution to my figur...

circa 5 anni fa | 1 risposta | 0

1

risposta