photo

Ni Wi


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Classification of Classes and Subclasses
I am playing around with the Classification Learner to classify my data and am looking for a general advise how to deal with cla...

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


Align and subtract similar signals
I have two signals (T0 and T1) and want to subtract them from each other: <</matlabcentral/answers/uploaded_files/107065/t0_1...

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


Best Practice for Function Input
Is there a guideline or recommendation about how to pass object to functions? Is it recommended to always pass the full object t...

bijna 7 jaar ago | 1 answer | 0

1

answer

Question


Plot to figures without bringing the figure into foreground
figure; ax1 = axes; figure; ax2 = axes; x = 0; y = 0; while ishandle(ax1) && ishandle(ax2) x = x...

bijna 7 jaar ago | 0 answers | 0

0

answers

Question


Triangulate a meshm data grid for ray tracing
I have the following code, which creates me a 3-d model of the Earth: Earth = wgs84Ellipsoid; % Create axes from mapping...

bijna 7 jaar ago | 0 answers | 0

0

answers

Answered
How to plot Earth and drape a mesh with elevation data over it?
Dear future reader, this is the solution I found: Earth = wgs84Ellipsoid; axesm('globe','Grid','on','GlineStyle','-','Ge...

bijna 7 jaar ago | 1

| accepted

Question


How to plot Earth and drape a mesh with elevation data over it?
Hello, I need a simple Earth model, but with correct elevation data. With it I want to check whether visual contact between two ...

bijna 7 jaar ago | 1 answer | 0

1

answer