Community Profile

photo

Shreyan Basu Ray


Vellore Institute of Technology

Last seen: 6ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

連絡

MATLAB is fun !

Programming Languages:
MATLAB
Spoken Languages:
English

統計

All
  • Knowledgeable Level 1
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Solver

バッジを表示

Feeds

表示方法

解決済み


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

7ヶ月 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

7ヶ月 前

回答済み
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...

約2年 前 | 0

| 採用済み

回答済み
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...

2年以上 前 | 0

| 採用済み

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

2年以上 前

解決済み


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

2年以上 前