Feeds
提问
How do I pass variables between functions
This should be trivial, but I keep getting errors. This is my main function. It calls each function to read data from a .txt...
9 years 前 | 1 个回答 | 0
1
个回答提问
How do I use variables calculated in one function, in another function.
I have the first .m file function [Properties] = readProperties(FEA) %Reads the material properties about the beam fo...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can I send data from one function to another?
I have a function that is reading values from a .txt file using fscanf, and storing those values in an array. Now I have anot...
9 years 前 | 2 个回答 | 0
