create a test environment with the size 10x10x10cm
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
i wanna create a test environment with the size 10x10x10 cm. This should be my workspace and there is no electrical resistance or something like that. there is only air. Then i want to place a cube in the center of that.
But I dont know, how i can create such of matrix.
Can u guys help me pls??? THX
2 comentarios
Walter Roberson
el 29 de Mayo de 2013
How finely grained should the cube be? If it is 10 cm per side, do you need it sub-divided into mm ? You mention electrical resistance and air: if you are going to model air-gap electric field breakdowns, then 1 mm per step might be too much for realistic modelling.
Walter Roberson
el 29 de Mayo de 2013
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Respuestas (2)
Muruganandham Subramanian
el 29 de Mayo de 2013
Editada: Muruganandham Subramanian
el 29 de Mayo de 2013
>> B = zeros(10,10,10); %Try this
sia
el 29 de Mayo de 2013
2 comentarios
Walter Roberson
el 29 de Mayo de 2013
You need to save that code to test_environment.m somewhere on your MATLAB path.
Note: you will not see any output from this function. When it executes it will construct values within its local workspace, and then when the function executes the workspace will be destroyed, leaving you with no net effect.
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!