Feeds
已回答
Matrix multiplication with logical values error
Alternatively, you can simply do: dyd = I & J Then the result will keep the logical data type.
Matrix multiplication with logical values error
Alternatively, you can simply do: dyd = I & J Then the result will keep the logical data type.
3 months 前 | 2
已回答
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...
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 前 | 0
已回答
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...
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...
2 years 前 | 0
| 已接受