Feeds
질문
I am trying to get values for my lagrange interpolation. Can someone help me out and explain what im doing wrong here?
x = [1, 2 ,3 , 4, 5, 6,1] y =[ 1.5, 3,6,11,15,17,1.5] h = .1 n = length(x)- 1; sum = 0; points = []; xpVal =[]; for m= 1:...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Calculate the velocity for each time increment using displacement and time using a for loop?
displacement = [3.01, 3.02, 3.03, 3.04, 3.05,3.06] time = [1, 1.01, 1.02, 1.03, 1.04,1.05]
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
sorting cell arrays based on nested cell array?
I have a 5x5 cell array and the last cell column is nested cell array which contains double and I have to sort the whole cell ar...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
how to covert char array to num array?
how do i convert char array to num array? arr = ['some'; 'thee'; 'time'; 'hour'] I need a way to convert into the ascii value...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
how do i rearrage words in an alphabetical order in an array?
Given a list of names in an array, how do i rearrange the names in alphabetical order without any conditional functions? names ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
how to get character from an array using another logical array?
how to get character from an array using another logical array? for example V = '1b.%291x g' 'yig&aaSgwa' ...
5년 초과 전 | 답변 수: 1 | 0

