Community Profile

photo

Sulaiman Alvi


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

9 years ago | 3 answers | 0

3

answers

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer