loads{k,1}=loads{k-1,1}+1;
loads{k,2}='py';
{ } means , it is a cell , a way of encapsulating raw data (such as double /char etc)
So , loads{k,1} => cell name loads that is an array
E.g: loads={"Inno" ,"Renew"}; %results in a 1 x2 cell structure
loads{1,1} would be === Inno and loads{1,2} ===Renew
https://www.mathworks.com/help/matlab/ref/cell.html
Hi, but is it 'loads'?
agree with Aparna Sathya Murthy
loads is user defined cell name here .
loads{5,5}=[];
>> for k=2:4
end
>> loads
loads =
[] [] [] [] []
[] 'py' [] [] []
Can I model a diaphragm as multiple master-slave node, lines of code or should I specify the whole polygonal boundary at once?
11 December 2017 601 6 View
When conducting finite element analysis according to the Eurocodes, is it sufficient to use the uncracked moment of inertia, or is there any notion for the effective moment of inertia alike the...
10 November 2017 5,261 6 View
I am searching for a detailed solved example of a shear wall that also have to resist an axial load (design should be compliant to Eurocodes).
10 November 2017 503 4 View
I am trying to find through which combination of commands, I check if a particular cross section, has sufficient capacity or not, after the structural analysis. The structural analysis will...
10 November 2017 5,469 4 View
E.g. fixed end moments, shear forces, etc.
09 October 2017 2,054 4 View
Especially if it is combined with workshops.
09 October 2017 531 1 View
Would the modeling of a physical system that displays a dynamic behavior be benefited by the use of e.g. genetic algorithms in order for optimal temporal decisions to be determined?
09 October 2017 4,958 3 View
Is there any relevant theory and publications?
09 October 2017 6,154 3 View
E.g. tables etc.
09 October 2017 8,098 3 View
If I want to make Python or MATLAB, invoke subprocesses in programs like Robot, Revit, OpenSeeS, EnergyPlus etc., is there a general theory behing all these? I am interested in getting specific...
08 September 2017 2,994 3 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,047 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,241 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,010 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,976 3 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 968 0 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,527 0 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,923 1 View
Currently, I have created a gate-all-around process using sentaurus tcad and I am trying to measure the noise using the cmos noise code. However, an error occurred during the simulation. The error...
24 July 2024 6,351 0 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,923 1 View