How to make compatible input file for predefined code and How to call the file in code ?

I am using the following code: ******* clear all; clc; close all;
inpfilename=uigetfile('*.txt','Select the input file');
[nodes,elems,E,A,I,bcs,loads]=getbeamdata2D(inpfilename); ********** I am fairly new to Matlab and trying to create a compatible input file which stores input matrices in nodes,elems,E,A,I,bcs,loads variables like in this image:-
content taken from purdue university pdf

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFiles and Folders についてさらに検索

質問済み:

2018 年 5 月 2 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by