Feeds
提问
Plot: Dots won't go higher than y=0
The green dots are supposed to be where the red dots are located but I can't get them to go higher than y=0. Code: clc clea...
12 months 前 | 2 个回答 | 0
2
个回答提问
Error using feval on integral
When I type my feval in the Command Window, I get the error: "Function to evaluate must be represented as a string scalar, char...
4 years 前 | 0 个回答 | 0
0
个回答提问
Save total sums of a vector in each for loop
I'm writing a code that includes a for loop and a function that adds all elements in a vector. I need to save each sum of each i...
5 years 前 | 1 个回答 | 0
1
个回答提问
Using OR between elements in vector or antithesis of any(x)
Is there a way to use an or command such as | between elements in a vector? Alternatively: Rather than use any(x) is there an ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Select a random element of a vector and use randi command
What command should I use to randomly select an element from a vector and give it a random number by using the randi command whi...
5 years 前 | 1 个回答 | 0
1
个回答提问
Create a while loop that fills a vector from 1-100
I'm writing a collection consisting of 10 different items that's simulated through random numbers from 1-10 being assigned to th...
5 years 前 | 1 个回答 | 0