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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
