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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0