統計
MATLAB Answers
10 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Iterative Gauss-Newton Optimization?
Hi All, I want to fit a nonlinear model of f(x,a0,a1)=a0*(1-exp(-a1*x)) to the data given below. The independent and dependen...
約12年 前 | 1 件の回答 | 0
1
回答質問
how to approximate a function using Lagrange Interpolation?
Hi All, I got an important question. It's desired to approximate the function f(x)=(x+sin(3*x))*(exp((-x^2)/4)) for the int...
約12年 前 | 0 件の回答 | 0
0
回答質問
how to tabulate complex numbers using fprintf?
Hi All, I have some results in complex form. I want to tabulate these results by using fprintf but I just get the real parts ...
12年以上 前 | 1 件の回答 | 0
1
回答質問
how to see previous results while tabulating?
Hi All, I've written a code using Newton-Raphson algorythm but i have problems with tabulating. I want to tabulate my results...
12年以上 前 | 1 件の回答 | 0
1
回答質問
how to plot this data as data-points?
Hi All, I have written a code to estimate a root of x^10=1 using modified regula falsi. My code is working pretty well now bu...
12年以上 前 | 1 件の回答 | 0
1
回答質問
Presenting this results in a tabulated form?
Hi All, I've written a code. Now, I want to tabulate this results using fprintf in a format that; 1'st column corresponds ...
12年以上 前 | 2 件の回答 | 0
2
回答質問
How to find positive x-root of this function?
Hi All, I want to find positive root x of this function; x^10=1; I wrote a program using modified false postion algory...
12年以上 前 | 2 件の回答 | 0
2
回答質問
how to use this m-file to solve an equation?
Hi All, I'm a very beginner in MATLAB. I've written a program using modified false position method to calculate positive x-va...
12年以上 前 | 2 件の回答 | 0
2
回答質問
how to tabulate this results using fprintf?
Hi All, I have some results but they need to be in a tabulated form. If we say; fprintf('n a(n) TrueValue epsilont epsi...
12年以上 前 | 2 件の回答 | 0
2
回答質問
infinite series approximation program?
Hi all, I am a beginner in MATLAB. My problem is about writing an infinite series approximation to a function f(1/5),that sto...
12年以上 前 | 2 件の回答 | 0