Community Profile

photo

Samuele Sandrini


Last seen: 11일 전 2019년부터 활동
Programming Languages:
Python

통계

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

배지 보기

Content Feed

보기 기준

답변 있음
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...

대략 3년 전 | 0

답변 있음
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...

3년 초과 전 | 2

| 수락됨

답변 있음
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...

3년 초과 전 | 0

답변 있음
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...

대략 4년 전 | 0

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변