Community Profile

photo

Jorge Bastillo


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


Syntax for Displaying Units
G = 6.673*10^.11; GRAVFORCE = (G*massbod1*massbod2)/planrad^.2; %Provide user output disp(['THE (body1) EXERTS A ...

9 years ago | 0 answers | 0

0

answers

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer