photo

Junseob Kim


Last seen: mehr als 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
152.396
of 300.365

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to make variables in order when using parfor?
Hello. I am now using parfor and have some problems. For example, When I run this simple code: k=10; parfor n = 1:k dis...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to take curl of numeric vector fields?
Hello, I have magnetic field vectors from FDTD simulations at different sets of (x,y) points. The H fields have numerical value...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Index in position 4 exceeds array bounds (must not exceed 1).
for j = 2:ny-1 for i = 2:nx-1 Ex(i,j,n,1) = 150; %initial guess Ey(i,j,n,1) = 200; %initia...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to make smoother surf plot
if n == 1 Hz_snapshots(:,:,snap_count) = Hz; %save the current Hz Ex_snapshots(:,:,snap_count) = Ex; %sav...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to remove zeros from the matrix?
Hello, I want to remove zero values from the matrix and cut the last elements of odd rows. For example, if I have a matrix A=[...

fast 6 Jahre vor | 4 Antworten | 0

4

Antworten