photo

Karim Belkhiria


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
1 回答

ランク
161,593
of 301,172

評判
0

コントリビューション
4 質問
1 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,183

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,200

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to plot the real function not just points in matlab?
I am trying to plot the function that is defined by the points (xi,yi), but I am just getting a plot of the points that i gave, ...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


how can I create a polynom from some input variables that are output of another function?
I want to create and plot a polynom, whose coefficients are output from another function. Here is my code: function c = int...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


problem matrix dimensions dont agree
I am trying to write a function that calculates the Vandermonde-Matrix. The function was working fine and everything is good, ...

10年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to add power of x from 0 to n-1
here is the answer that I searched for: function c = vmonde(x, y) n = length(x); V = ones(n); for j = 2:n...

10年以上 前 | 0

質問


How to add power of x from 0 to n-1
I have a function vandermonde function c = vandermonde(x, y) V = [x.^0 x x.^2 x.^3] c = V \ y; end it...

10年以上 前 | 2 件の回答 | 0

2

回答