photo

Janee


Last seen: 10개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
185,694
of 299,750

평판
0

참여
10 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 20,792

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 165,710

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 2년 전 | 답변 수: 2 | 0

2

답변