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...
11개월 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0