Community Profile

photo

Noah Kilps


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Is it possible to put a for loop outside of a function?
Hello, I am writing a script, but I'm realizing a large chunk of it I want to be a function. I understand that you have to make...

3 years ago | 1 answer | 0

1

answer

Question


How to make matlab show line of error in appdesigner
Hello, I have created an app, and in my code it creates a message box when there is an error. try % A bunch of lines of ...

3 years ago | 1 answer | 0

1

answer

Question


How to check if excel is installed?
Hello, My script writes to an xls file. I am packaging this as an app to pass onto others to use. However it occurred to me tha...

3 years ago | 1 answer | 0

1

answer

Question


How to make a standalone app have the ability to open .fig files?
Hello, I have created a standalone app that outputs and saves figures and keeps them visible to the user. The issue is that if ...

3 years ago | 1 answer | 0

1

answer

Question


How to write a pattern for any different values
Hello, Sorry if my title does not make much sense. Basically, I want to use the strfind command on the variable X. I've attach...

3 years ago | 1 answer | 0

1

answer

Question


Reduce a vector to the size of another vector
Hello, I have two vectors currently. I have nonzeroDecel which is a 1x2168 double and start_1G which is a 1x7 double. I need to...

3 years ago | 1 answer | 0

1

answer

Question


Pie Chart in for loop
Hello, I am trying to create a pie chart that has 5 variables, but these 5 variables change everytime it goes through the for l...

3 years ago | 1 answer | 0

1

answer

Question


Progress Bar and for loop
Hello, I am needing to add a progress bar to my code that is basically one 800 line for loop. I keep looking up and trying the ...

3 years ago | 1 answer | 1

1

answer

Question


For loop and array type
Hi, I am having this issue where I am doing a for loop where I am trying to loop 73 times. In this for loop, I am trying to p...

3 years ago | 1 answer | 0

1

answer

Question


How to open csv file?
I am needing to loop through a whole folder of files, but I am struggling to figure out how to read/open the csv files once I ha...

3 years ago | 2 answers | 1

2

answers