photo

Janee


Last seen: 10 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
0 Risposte

RANK
185.694
of 299.750

REPUTAZIONE
0

CONTRIBUTI
10 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
0

RANK
 of 20.792

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.710

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


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

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 0 risposte | 0

0

risposte

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte