photo

Janee


Last seen: 12ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
283,240
of 300,392

評判
0

コントリビューション
10 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,373

コントリビューション
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...

約1年 前 | 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...

2年弱 前 | 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

回答