Community Profile

photo

Samuele Sandrini


Last seen: ongeveer een maand ago Active since 2019

Followers: 0   Following: 0

Message
Programming Languages:
Python

Statistics

All
  • 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...

meer dan 3 jaar 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...

meer dan 3 jaar 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...

meer dan 3 jaar 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...

ongeveer 4 jaar 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...

meer dan 4 jaar ago | 1 answer | 0

1

answer