photo

Samuele Sandrini


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje
Programming Languages:
Python

Estadística

All
MATLAB Answers

1 Pregunta
4 Respuestas

Cody

0 Problemas
39 Soluciones

CLASIFICACIÓN
5.991
of 300.365

REPUTACIÓN
8

CONTRIBUCIONES
1 Pregunta
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
11.276
of 168.262

CONTRIBUCIONES
0 Problemas
39 Soluciones

PUNTUACIÓN
529

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

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

casi 5 años hace | 0

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

casi 5 años hace | 2

| aceptada

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

casi 5 años hace | 0

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

más de 5 años hace | 0

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta