create a test environment with the size 10x10x10cm
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 29 Mag 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
il 29 Mag 2013
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Risposte (2)
Muruganandham Subramanian
il 29 Mag 2013
Modificato: Muruganandham Subramanian
il 29 Mag 2013
>> B = zeros(10,10,10); %Try this
sia
il 29 Mag 2013
2 Commenti
Walter Roberson
il 29 Mag 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.
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!