Janee
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
229.632
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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 flip axes of isosurface plot?
I have a 3D set of data that I am using isosurface plotting to visulaize. The issue if I am trying to visualize my plot from a d...
alrededor de 2 meses hace | 1 respuesta | 0
1
respuestaPregunta
FFT of 3D array in MATLAB
I am trying to understand how the FFT of different directions in MATLAB works to reproduce in C/C++ instead. So far I have the...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
Can you explain the difference between the two matrix operations in MATLAB?
I am trying to understand how MATLAB performs the following matrix operations: Example 1: clearvars; clc; close all; Nx = 8; ...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
Trying to understand the implementation of boundary conditions in this MATLAB code
I am following with the textbook: Lloyd N. Trefethen, Spectral Methods in MATLAB, SIAM and trying to understand a very particula...
5 meses hace | 0 respuestas | 0
0
respuestasPregunta
Chebyshev Differentiation Matrix using two methods in MATLAB
I am trying to compare between two ''methods'' or functions that calculate the Chebyshev differentiation matrix. The first metho...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
Understanding FFT in MATLAB
I am exploring the differences between fftw in MATLAB and C/C++. I think this maybe a straightforward question but for some reas...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Why is my code returning incorrect result?
I have two codes that solve the same problem, but one is returning the correct solution and the other is not. I don't seem to se...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to subtract two column vectors properly?
I am trying to calculate the discretization error in my code which is simply the difference between my numerical solution and ex...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
Error: Incorrect dimensions for matrix multiplication
I have the following code which is an iterative solver that solves for a linear poisson's equation as a simple test: clearvars;...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Error: Warning: Matrix is close to singular or badly scaled. Results may be inaccurate.
I am getting this error after implemnting my BCs: clc; clear all; N=30; % compute the chebyshev differentiation matrix and x-...
alrededor de 1 año hace | 2 respuestas | 0