Ni Wi
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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...
6 years 前 | 0 个回答 | 0
0
个回答提问
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...
6 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
7 years 前 | 1
| 已接受
提问
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 ...
7 years 前 | 1 个回答 | 0