Feeds
提问
How do I force a Publish?
I have the following code format long N=100000; tol=1*10^(-8); x=[0;0;0]; k=1; while k<=N F=[sin(x(1...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to find intersection between 3 functions?
Hello I have the following code which has 3 functions and plots all 3 of them. My question is is there anyway to get some type o...
9 years 前 | 2 个回答 | 1
2
个回答已回答
I need to save my output into an array so i can plot my results
function [t,FE,FPE,FPAX1,FPAX2,ErrorOf1,ErrorOf2]= threepointformula(Fun,FunPrime) t=0:0.1:2.5; FE=zeros(length(t),1); ...
I need to save my output into an array so i can plot my results
function [t,FE,FPE,FPAX1,FPAX2,ErrorOf1,ErrorOf2]= threepointformula(Fun,FunPrime) t=0:0.1:2.5; FE=zeros(length(t),1); ...
9 years 前 | 0
| 已接受
提问
How do I make my outputs into an array
I have the following function function [fprimeapprox1,fprimeapprox2,fprimeexact,fexact,ErrorOf1,ErrorOf2]= threepointformu...
9 years 前 | 0 个回答 | 0
0
个回答提问
I need to save my output into an array so i can plot my results
Hi I wrote the following function so that it could be used in general function [fprimeapprox1,fprimeapprox2]= threepointfo...
9 years 前 | 2 个回答 | 0
2
个回答提问
Calculating an Integral by dartboard integration
I'm trying to calculate the integral <</matlabcentral/answers/uploaded_files/51608/integral.PNG>> and my code is the foll...
9 years 前 | 0 个回答 | 0
0
个回答提问
Display a certain solution of a for loop
I'm trying to display a specific answer in my for loop m=8 for i=1:8 x=i+2 end disp(x) this will show all 8 resu...
10 years 前 | 1 个回答 | 0
1
个回答提问
I want to use someone's name in a sentence
sorry if this has been asked before but i want to write a code that says x=input('hello what's your name?') and then i want t...
10 years 前 | 1 个回答 | 0
