photo

Hans Ruder


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
6,271
of 300,331

REPUTATION
8

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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

  • Knowledgeable Level 1
  • First Answer
  • Explorer

View badges

Feeds

View by

Answered
Matrix multiplication with logical values error
Alternatively, you can simply do: dyd = I & J Then the result will keep the logical data type.

5 months ago | 2

Answered
Volumetric slice plot missing data
Your meshgrid(-64:1:64,-64:1:64,1:1:12) has size 129x129x12, that's why you cannot plot it with Temp_xtal with size of 128x128x1...

2 years ago | 0

Answered
combining geometries in pde toolbox, multicylinders
Hi, try to draw your structure with "extrude"-command. First draw in 2D the different circles, then extrude in z-direction. You...

3 years ago | 0

| accepted