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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
