photo

Samuele Sandrini


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Message
Programming Languages:
Python

Statistics

All
MATLAB Answers

1 Question
4 Answers

Cody

0 Problems
39 Solutions

RANK
5,995
of 300,508

REPUTATION
8

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
11,388
of 169,435

CONTRIBUTIONS
0 Problems
39 Solutions

SCORE
529

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Treasure Hunt Participant
  • Revival Level 1
  • Introduction to MATLAB Master
  • Knowledgeable Level 1
  • Community Group Solver
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Solving system of ODEs using Euler's method
Hi, i saw your code and the ODE's system, you have already done most of the problem. In fact, now you can bring yourself back to...

5 years ago | 0

Answered
Empty output with newtons method
Hi, the problem is in this line: x1 = x0 - f(x0)./diff(f(x0)); because f(x0) is a number and the function diff doesn't retur...

5 years ago | 2

| accepted

Answered
Runge Kutta solving differential equations
Hi, i'm sorry but your differential equation is unreadable in that way. However i try to give you all element that you need; a...

5 years ago | 0

Answered
matlab gives wrong answer to determinant of a 3x3 matrix
To calculate the determinant Matlab doesn't use an analytical formula but to calculate it in a simpler way, first it passes from...

5 years ago | 0

Question


How can i recording audio immediately?
I'm working with audiorecorder object for recording audio, with this code: recObj = audiorecorder(8000,16,1) recordblocking(re...

6 years ago | 1 answer | 0

1

answer