Luc Rébillout - MATLAB Central
photo

Luc Rébillout


Ole Miss

Last seen: 4年弱 前 2014 年からアクティブ

Followers: 0   Following: 0

Graduate Student at the University of Mississippi. Previously graduated from ISAE-ENSMA engineering school in France. Easily distracted!

統計

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

4 質問
4 回答

Cody

0 問題
4 解答

ランク
294,412
of 298,292

評判
0

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

回答採用率
75.0%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
60,215
of 160,775

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

スコア
50

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

5年以上 前

解決済み


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

5年以上 前

解決済み


First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero ...

5年以上 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8年以上 前

回答済み
geometry from 2D [p,e,t] mesh data for PDE equation
Another case of "Didn't read that line of the documentation". The parameters can be given to |assempde| like so u = as...

9年以上 前 | 0

| 採用済み

回答済み
How to define a I section,T section and square sections in MATLAB and calculate their centroid and moment of Inertia??
I guess you'd have to provide the |[x,y]| array of vertices of your shape and then create a matrix out of it which is 1 inside a...

9年以上 前 | 0

質問


geometry from 2D [p,e,t] mesh data for PDE equation
I want to solve a PDE equation on a specific mesh using |assempde| From my polygonal geometry I used |mesh2D| from the matlab...

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

1

回答

回答済み
poisolv : "Must only use Dirichlet boundary conditions." Why ?
Thank you for your answer. I feel a bit stupid, I've looked at this documentation page for so long that I didn't see the answer ...

9年以上 前 | 0

質問


poisolv : "Must only use Dirichlet boundary conditions." Why ?
I'm trying to use poisolv on a rectangular domain. I orignally wanted to apply non constant boundary conditions (with no luck......

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

2

回答

回答済み
use poisolv with numerical matrix for the right hand side
I eventually found an answer myself. A function forcing(x,y) has to be written and whatever variable containing the numerical va...

9年以上 前 | 0

質問


use poisolv with numerical matrix for the right hand side
Hello, I'm trying to solve a problem in a way that is very similar of the example given in the documentation : <http://fr.mat...

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

1

回答

質問


Using imref2d with reverse axes
Good morning, I have a picture impiv of size 2004*1218*3 and I know the world coordinates of every corner of the pictures : ...

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

1

回答