photo

Digvijay Rawat


TU Delft

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


How to vectorize an integral?
function exdpo7_11 % script is function to allow for subfunctions clc, close all; clear ans = 0; n = -5...

8 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers