photo

Jose Morales


Last seen: 6 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
31,109
of 301,338

REPUTATION
1

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,995

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


code in script called swap
write a few lines of code that swap the values of x and y. Put your code in a script called swap and test it.

6 years ago | 1 answer | 0

1

answer

Question


Monte Carlo integration of sin(x)
This is a code for the integration of sin(x) from 0 to 1. How do I change it so it can be from -1 to 1? clear clc n=10000; m...

6 years ago | 2 answers | 1

2

answers