Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
20.964
of 300.365
REPUTACIÓN
2
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
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
of 168.262
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
Feeds
Pregunta
How to add x labels, y labels, z label and title to a surface plot
Hey yall, I have created a 3D surface plot and I am wondering how can I put labels on the axises? Please help. Below you will f...
alrededor de 6 años hace | 2 respuestas | 2
2
respuestasPregunta
3D Plotting in MATLAB
How do I create a 3D surface plot of this data Voltage 9 x 19 20 21 21 21 21 20 20 20...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I create a 3D surface plot of this data in MATLAB?
Hi guys, I am trying to create a 3D surface plot of my data here. I have organized the data into the x values, y values and...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
3D surface plot creation
How do I create a 3D surface plot of this data Voltage 9 x 19 20 21 21 21 21 20 20 20...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I solve this differential equation with MATLAB?
Hi yall! I'm wondering how to get the solution for "dy/dx = x^2 - 1" in MATLAB using dsolve with initial condition y(0) = 1. I ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How does this Euler's Method for first ODE work?
1 - function [x,y] = Euler(h, x0, y0, interval_length, func) 2 - nsteps = floor(interval_length/h) + 1; 3 - x = zeros(nstep...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I don't know if matlab is calculating this properly
Is this calculating correctly? It returns my answer as 1. It is meant to represent this series 1 + 1⁄r + 1⁄r^2 + 1⁄r^3 + … + 1⁄r...
alrededor de 6 años hace | 2 respuestas | 0
