Feeds
提问
Database Input Skipping Rows
So I have two functions, one that add customers and one that deletes customers to a .mat database. When the cell is empty and a ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Using For Loop To Enter a User Input into an Array
I'm having problems getting a grasp on for loops. I'm trying to create a small data chart of sorts that asks the user for their ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Validating a String Using a While Loop
I'm stuck in what seems to be an infinite loop while trying to validate an input string. Even if I enter V or C it still display...
9 years 前 | 1 个回答 | 0
1
个回答提问
Flipping between two values using a for loop
I'm trying to figure out how to make this switch between -1 and 1. If I set p to -1, I still get it alternating between 0 and 1....
9 years 前 | 1 个回答 | 0
1
个回答提问
Creating a randomly generated sentence in MATLAB
So I'm relatively new to MATLAB and am having trouble creating a randomly generated sentence. greet = {'Well hello,', 'Hi,...
9 years 前 | 2 个回答 | 0
