Community Profile

photo

Guillermo Naranjo


University of Texas at San Antonio

Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago

Question


Having issues with Simpson's Rule ln(x)
Hi, Before I found out MATLAB had an integral function, I created my own integral function by using the composite Simpson's Rul...

5 years ago | 1 answer | 0

1

answer

Question


Trying to integrate sinx using the integrate function but when I plot the integral, instead of plotting from -1 to 1 it plots from 0 to 2. Does anyone know why this happens?
I am using the "integrate" function to plot the integral of sin(x) [which is -cos(x)]. When I plot the integral it should plot f...

5 years ago | 2 answers | 0

2

answers

Question


How can I create a multidimensional array from two vectors that have different dimensions using a for loop?
Hi I’m trying to create the following matrix from two vectors A=1:2 B=4:7 C=[ 1 4 1 5 1...

5 years ago | 1 answer | 0

1

answer