統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
input set of vectors
Write a program to input any number of vector in R^n m=input ('number of vectors: '); n=input ('size of vector; '); clc for ...
約5年 前 | 0 件の回答 | 0
0
回答質問
How to plot it?
let (C) be the intersection curve between the cylinder x^2+y^2 = 1 and the surface z = x^2 + y^4 − 2*x*y^2 + 1. Present (C) in 3...
約5年 前 | 1 件の回答 | 0
1
回答質問
How can i plot it in 3D
x = linspace(-5,5,40); y = linspace(-5,5,40); z = x.^2+y.^4-2*x*y.^2+1 surf(x,y,z) xlabel ('x') ylabel ('y') zlabel ('z...
約5年 前 | 1 件の回答 | 0
1
回答質問
How can i plot it
using spherical coordinates, plot only the part of the sphere z =sqrt(9-x^2-y^2) that lies below the cone z = sqrt(x^2+y^2).
約5年 前 | 1 件の回答 | 0

