Community Profile

photo

mat geek


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


getting user input in title and legend
the code is you want to create a graph showing the relationship of an ideal gas between pressure (P) and temperature (T). the f...

5 years ago | 2 answers | 0

2

answers

Question


Using fprintf to output %e with one decimal point
How can specify the the number of digits after the decimal point when using. yearlyProfit= TotNumBatPro *(sellperbat - TotPine...

5 years ago | 1 answer | 0

1

answer

Question


how can I output an option from menu after the user has selected an option
I have a menu that prompts the user to select one of 4 materials to make a bat. BatMa = menu('choose the bat material','ash','h...

5 years ago | 1 answer | 0

1

answer

Question


decimal specification change in a table
I have my data in a table that the user input as a matrix [a 'time', 'temp' b; c,d]. and assigned the first column to time, and...

5 years ago | 0 answers | 0

0

answers

Question


how can i ask the user for 2*2 matrix
I am trying to let the user enter input in matrix form matr = input ('enter values in matrix form [a,b; c,d]'); but how can I...

5 years ago | 1 answer | 0

1

answer

Question


Calling option from menu function
The code has main menu based on ATM macine. 1-Get cash. 2-Get Balance. 3-Quit % if user choose option 1 Mainmenu= menu('Main Me...

5 years ago | 0 answers | 0

0

answers

Question


Can someone help me understand this code
Can someone explain to me this solution to the code. I got most of the parts but there is a part where I don't understand why is...

5 years ago | 1 answer | 0

1

answer

Question


how can I keep the user to input a value that is devisable by 7
hello, I think the answer to this is very simple. the code that I am trying to do is to keep asking for a number that is divis...

5 years ago | 1 answer | 0

1

answer