create a test environment with the size 10x10x10cm
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 29 Mai 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
am 29 Mai 2013
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Antworten (2)
Muruganandham Subramanian
am 29 Mai 2013
Bearbeitet: Muruganandham Subramanian
am 29 Mai 2013
>> B = zeros(10,10,10); %Try this
sia
am 29 Mai 2013
2 Kommentare
Walter Roberson
am 29 Mai 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.
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!