Shreyan Basu Ray
Vellore Institute of Technology
Followers: 0 Following: 0
MATLAB is fun !
MATLAB
Spoken Languages:
English
Statistics
RANK
5,992
of 295,569
REPUTATION
8
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
1 year ago
Solved
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
1 year ago
Is it possible to extract a sound that we modified in matlab ?
Hey Bastien ! If by extract you mean to save the modified audio signal from MATLAB then use *audiowrite(filename,y,Fs)*. Th...
3 years ago | 0
| accepted
Adding latex equation to a Matlab Live Script and Plot the equation
Hey *student_md*, You can use this work flow: # Copy the Latex to Mathematica. # Convert it to Mathematica expression, t...
3 years ago | 0
| accepted
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
3 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:...
3 years ago