Feeds
질문
Error using interp1 with cell data
I have a .txt file with two columns of data. I run the following to open it and assign x and y: %Open file and extract x ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Interpolation Error using interp1
I'm using a script to take these x and y values from a .txt file. At this point in the script the variables are assigned the fid...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Repetition and Discontinuity Function
I want to create a function that evaluates: v = 1/3.190e9*(800x^3 - 13.68e6x - 2.5x^4 + 2.5<x-120>^4 + 600<x-240<^3) <x...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
Syntax for Displaying Units
G = 6.673*10^.11; GRAVFORCE = (G*massbod1*massbod2)/planrad^.2; %Provide user output disp(['THE (body1) EXERTS A ...
거의 11년 전 | 답변 수: 0 | 0
0
답변질문
Recall user defined variable in another subsequent user input.
body1 = input ('ENTER THE NAME OF THE FIRST CELESTIAL BODY: ','s'); body2 = input ('ENTER THE NAME OF THE SECOND CELESTIAL ...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
Split vector into 2 variables
I specifically want to use _length_ and _fix_ to split a vector (of an even *or* odd number) into two halves and then assign eac...
거의 11년 전 | 답변 수: 1 | 0
