photo

Shinichiro Shimata


Last seen: casi 4 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
1 Respuesta

CLASIFICACIÓN
35.016
of 297.527

REPUTACIÓN
1

CONTRIBUCIONES
5 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
80.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.075

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Unable to use min( ) because the table is an index.
When trying to use min( ) function, I get an error message saying "Unable to use a value of type table as an index". How can I f...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting using a for loop in Matlab and finding the highest three consecutive value, given imported spreadsheet table of 1x100 called 'P'?
for n = 1:100 PP = P(n,1); x = n; plot(x, P); hold on end The code above doesn't work. Please help fix it and make sure to...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Equation in a single column matrix?
I wanted to compute an equation in (n,1) matrix instead of (1,n) in a for loop. Given a =[27.7847; 31.1386,33.3644; 37.0654; ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Displaying a value using fprintf with certain number of decimals.
I am trying to display the value of a using fprintf with only two decimals. Given a = 3.870081e+01; Can you modify my code belo...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
putting a trendline on a semi-log plot in MatLab.
Man, thank you again!!

alrededor de 4 años hace | 0

Pregunta


putting a trendline on a semi-log plot in MatLab.
The values are as following, avgspeed = [27.7846701084929; 31.1385896602218; 33.3643634350556; 37.0654321948195; 38.504271287...

alrededor de 4 años hace | 3 respuestas | 1

3

respuestas