Feeds
질문
list the result of the index values in ranges
Hello, I have an array that is populated with the values 1,2 or 3. a = [1 1 2 2 3 3 2 2 1 1]; and I want to list the...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
Find value in an NxMxP array and return index
I have an N x M x P array. Its filled with all possible values of a parameter. I'm looking for the value closest to a target I h...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How do i find geometry properties of triangles?
I want to write a code to find the polar moment of inertia of an airfoil. Being a complex shape, a friend suggested a numerical ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
splitting a shape into triangles
Hello, I'm writing a code to optimize some dimensions for a wing i'm designing. As part of the code i need to split up a 2D ...
대략 8년 전 | 답변 수: 1 | 1
1
답변질문
the code wont display an answers calculated
so i have a code that has multiple nested if statements. before calculations are run the user is asked for a method f,b or c and...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Having issue displaying the result of a set of if statements
Hello i have an issue i want to display the variable "ans" im using disp(ans) and ive placed it at every point possible it doesn...
9년 초과 전 | 답변 수: 1 | 0