Feeds
提问
How to find all coordinates of extremes of two variable function?
Hello, I can't figure out how to find all coordinates of extremes of two variable function. x=1:12; y=[-0.1 0.01 0.05 -0.2 0...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Function roots. Fixed-point iteration
Hello, Thank you for your answer. I need to find q(x) == 0. Unfortunately my university has MATLAB Version: 8.6.0.267246 (R20...
Function roots. Fixed-point iteration
Hello, Thank you for your answer. I need to find q(x) == 0. Unfortunately my university has MATLAB Version: 8.6.0.267246 (R20...
6 years 前 | 0
提问
Function roots. Fixed-point iteration
Hello, I can't figure out how to fix my fixed-point iteration method function funtions: I have a function: q= @(x) 0.0008*x....
6 years 前 | 2 个回答 | 0
2
个回答提问
Function functions of fixed-point iteration
Hello, I'm trying to make function functions, but I have an error in the last row and I don't know that's wrong: clc; close a...
6 years 前 | 1 个回答 | 0
