Sam - MATLAB Central
photo

Sam


2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 07/13 to 03/25Use left and right arrows to move selectionFrom 07/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
0 回答

Cody

0 問題
4 解答

ランク
126,650
of 297,716

評判
0

コントリビューション
6 質問
0 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
59,018
of 159,428

コントリビューション
0 問題
4 解答

スコア
50

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 3
  • Solver

バッジを表示

Feeds

表示方法

質問


Can I export my 3D model plot as a VRML file ?
Hello friends, I want to know that is it possible to export a 33d plot an matlab a VRML file and if it is possible then ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


What is Camera matrix ? How can I create this camera matrix for any image while capturing it ?
Hello Friend, I am working on a project of creating 3D model of an object from its images. I will use "Shape from silho...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


How to edit a VRML file in matlab ?
Hello, I am working on the project of constructing a 3d shape of the object from the image silhouette of the object. Basicall...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Require some STL files
Hello Frinds, I am working on the 3D plotting of STL file. I have created a code to read an STL file. That is a general code w...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How to remove the back portion of the 3d plot ?
I am working on the 3d modeling of the different objects so I want to eliminate the axis and grids also the white geometry plane...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How can be a 3D model is obtained using multiple 2d images using matlab ?
I want to construct a 3d model of a specific object by using multiple images of that object and providing camera positions for e...

11年以上 前 | 2 件の回答 | 0

2

回答

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

11年以上 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11年以上 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11年以上 前