Feeds
질문
How do you separate the roots of a function?
For example, I wrote the following: % a b c and d are input from the user qx = [a b c d]; %a*x^3 + b*x^2 + ...
거의 12년 전 | 답변 수: 2 | 0
2
답변질문
How do I set the number of digits to be entered for input and display an error message if this is not met?
I want the the user to enter a date and year. How do I make it so that four digits must be entered for the year, and that two di...
거의 12년 전 | 답변 수: 1 | 0
