Feeds
질문
how to solve this
p=[101.3 106.6 109.4 114.7 116.9 118.2 123.7]; v=[1.69 3.67 4.37 5.45 5.84 6.05 6.90]; % 4 ways for interpolation lin=inter...
거의 3년 전 | 답변 수: 2 | 0
2
답변질문
how to solv this issue?
You must write a function called savefunc(name,func,grd) whose function is to display a graph that displays data from a random r...
대략 3년 전 | 답변 수: 5 | 0
5
답변질문
whats wrong with my code?
function v=velocity(x,y,z,t) if and (length(x)==length(y), length(y)==length(z)) if length(z)==length(t) v=sqrt(d...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
What does the following code do?
clear all close all clc M=1; n=0; while or(M~=0,length(M(:))~=1) M=input('Enter matrix: '); if and(M==0,length(M(:))==...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
What does the following code do?
clear all close all clc x= input('Enter initial condition: ') eps= input('Enter accuracy : ') Nmax= 1e5 for N=1:Nmax f= ...
대략 3년 전 | 답변 수: 1 | 0
