Community Profile

photo

PJ


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to clear the contents of text fields by clicking push buttons in matlab gui?
**DISCLAIMER: I did not use the built in GUIDE tool. I hardcoded the GUI myself. So if I have a textfield with code bt.text1 ...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


How to use if statement to compare strings
So I have an input statement to enter a gender that asks the user to input m for male and f for female. I only want the user to ...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


How to change plot from Descending to Ascending
If I have plot(k,gpa,'r+:',finalArray2,finalArray1); which forms a descending plot, what can I change to make it an asc...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


How to create a plot for an array?
So lets say that I have an array of GPAs and Student IDs. Info = [52211 3.55; 52922 1.79; 51939 3.33; 12140 0.81] How c...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


How to error check a string for numbers?
So I have an input name = input('Please enter your name:\n', 's'); How can I error check so that a user cannot enter any...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


How to print a certain amount of elements in an array?
If I have an array of student ID in column1 and GPAs in column2 EX: Info = [52211 3.55; 52922 1.79; 51939 3.33; 12140 0....

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


How can I sort an array with two columns?
If I have an array of student ID in column1 and GPAs in column2 Info = [52211 3.55; 52922 1.79; 51939 3.33; 12140 0.81] ...

meer dan 5 jaar ago | 3 answers | 0

3

answers