photo

Karim Belkhiria


2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
1 답변

순위
215,746
of 301,213

평판
0

참여
4 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,191

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,422

참여
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

답변