統計
MATLAB Answers
8 質問
0 回答
ランク
of 158,938
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Custom subplot of saved .fig images
Hello everyone. I have 8 .fig files that I want to plot in one new subplot (4X2). I did come across <https://nl.mathworks.com/ma...
7年以上 前 | 0 件の回答 | 0
0
回答質問
scatteredInterpolant giving null matrix
Hello. I have 3D scattered data (x,y,z,v). I want to interpolate this data to 50% more points. The points are not random but act...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Help needed to make a 3d contour plot
Hello. I have around 50K data points (x,y,z co-ordinates of each point) and the value of a function at each of these points. I w...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Strange output with function sortrows
Hello. I have a 4 column matrix with many (1000s) rows. I want the data sorted by the first column (which basically has multiple...
約8年 前 | 1 件の回答 | 0
1
回答質問
Trying to get a contour plot from CFD ASCII data
Hello everyone. I am trying to use MATLAB as a post processor to visualize my CFD simulation results. I use ANSYS Fluent as the ...
約8年 前 | 1 件の回答 | 0
1
回答質問
Incorrect Plot using Quiver
clear close all clc x = -10:0.1:10; y = -15:0.1:0; for i = 1:length(y) for j = 1:length(x) ...
9年弱 前 | 0 件の回答 | 0
0
回答質問
How to vectorize an integral?
function exdpo7_11 % script is function to allow for subfunctions clc, close all; clear ans = 0; n = -5...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Conversion of cell element to double
Hello. I want to convert a cell element to double array element. I know the command to do this is str2double but the problem ...
約9年 前 | 2 件の回答 | 0