photo

Junseob Kim


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
103,199
of 300,571

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 4 answers | 0

4

answers