photo

vilas math


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to mirror a 3D plot in same coordinates?
clear clc m = 100 ; n = 100 ; zv = linspace(-1,1,m); phiv = linspace(0,2*pi,n); [zv, phiv] = meshgrid(zv,phiv); r...

約3年 前 | 1 件の回答 | 0

1

回答

質問


I Want to convert 2D profile into 3D profile
clc close all clear all zv = linspace(-20,20); phiv = linspace(0,2*pi,size(zv,2)); rv = ones(1,100,size(zv,1))* 1; rv2 =...

約3年 前 | 1 件の回答 | 0

1

回答