Feeds
질문
How do I change the name of a variable based on another variable, n?
sprintf('S0%d',n) = 2.*(I0final); I have a function with input n, and I want to store the product of 2*(I0final) as S0n (ie...
10년 초과 전 | 답변 수: 3 | 0
3
답변질문
How do I input a variable that contains a previous variable?
The input for my function requires a letter "d" after a variable that I calculate, as shown below. I can't get it to work becau...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
How do I access a folder that is inside the current folder while running a function?
I am writing a function that in different steps needs to access 1 or 2 files in different folders. The function will look somet...
10년 초과 전 | 답변 수: 1 | 0
