JJ
2017년부터 활동
Followers: 0 Following: 0
Feeds
질문
Large Matrices for solving linear systems
Can someone help me, I need to create the pentagonal matrix associated with the Laplace equation.. So -4 along the diagonal and ...
거의 6년 전 | 답변 수: 4 | 0
4
답변질문
How can i get multiple values in fprintf?
So i have 'n' lots of integers every time I run the script. My code displays my fprintf n times... fprintf('I have numbers: ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plot Natural Cubic Spline
Does Matlab have a built in code to plot a 'Natural' Cubic spline? I was using pp = spline(... , but have realised this is not ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Is there a way I can get my code to display the function chosen in fprintf?
Is there a way to tell my code to put my chosen function into and fprintf? i have a function: f=@ x.^2; fprintf('find the...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
I want to plot a simple graph with specific x,y coordinates. I can plot when the y values are integers. But i need to plot values like 9/4. this is my error code Attempted to access y(2.25); index must be a positive integer or logical.
i want to plot the points (0,2) (1,9/4) (2,38/17) (3,161/72) (4,682/305)
거의 8년 전 | 답변 수: 1 | 0