Feeds
提问
MATLAB precision and output question
I have the function f= @(x) abs(abs(abs(abs(x)-0.9.*0.5)-0.9.*0.25)-0.9.*0.125) If I enter f(0.1125), the actual answer...
8 years 前 | 1 个回答 | 0
1
个回答提问
Integration of heaviside function
<</matlabcentral/answers/uploaded_files/77315/Result.png>> Hello, the picture is the result of code: ezplot(heaviside(Myfunct...
8 years 前 | 0 个回答 | 0
0
个回答提问
Multiple solutions with specific range input
Here is my function: fun(x) = abs(abs(abs(x)-5)-2) and the range of input x: -5~7 If fun(x)= 1, I know the solutions of x are...
8 years 前 | 1 个回答 | 0
1
个回答提问
Overlapped range with integral
A=[ 0.2 2 2.5 3 2.4 2.9 ] is used to represent the range of Xmin and Xmax of integral With the elements of array A, I can...
8 years 前 | 0 个回答 | 0
0
个回答提问
Elements processing in array
If array A=[ b c ], I want to create value [b+c -b+c b-c -b-c] or A=[ b c d ], then output should be [ b+c+d b+c-d b-c+d b-c-...
8 years 前 | 3 个回答 | 0
