photo

Jia Yu


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
29.096
of 301.383

REPUTATION
1

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
1

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.306

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Y axis in two 3d plot are not same
i use same data of Y axis(1*196), and i need the range of Y axis is 0 to 100ms, how can i change it? X = zeros(196,1); Y = 0:0...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to have a line marking in 3d image?
have done a 3d plot, and want to get a line marking to mark a specific plot? which code can i use?

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to set a specific value for x axis in 3d plot?
X = 0:195; X_40 = 40; X_100 = 100; Y = time_ms; Z_40 = data40kA_mm; Z_100 = d; figure plot3(X,Y,Z_40,X,Y,Z_100); i ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a surface plot?
to generate a surface plot where two horizontial axes are time (0:0.51:0.51*195), and lightning current between 0 to 150kA, and ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use the 'least square fit'?
i have a function: f(t)=Asin(Bt^C+D)e^(-Et)+F and starting point values: A = -6, B = 1, C = 1, D = 0, E = 0, F = 0. and xda...

mehr als 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


how to create a black image?
how can i create a black image, not a gray one?

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort