photo

Bruno


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
2 回答

ランク
205,019
of 301,301

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,236

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,897

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


writing a for loop that solves on two arrays at the same time
say I have this: x=1:5 y=1:5 I want to compute the for loop that multiplies x and y for every element of the two arrays, fo...

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

1

回答

回答済み
how can you see a surface plot from the top?
thanks a lot, one more question, is it possible to remove the mesh lines or raise the density of the plot so that mesh lines are...

14年以上 前 | 0

質問


how can you see a surface plot from the top?
I have a 3-dimension surface plot where (x,y) is the position and z or h is the height. The plot is an isometric view but how ca...

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

2

回答

回答済み
how to make a text file contanining a dilimited(comma) matrix and not the same sig figs per column
alright thank you it helps a lot so far...but for my actual text file I have numbers containing long decimals such as 2.434993 a...

14年以上 前 | 0

質問


how to make a text file contanining a dilimited(comma) matrix and not the same sig figs per column
%say I have this matrix: C=[4,10;5,20;6,30;7,40] %and I want to develop a txt file such that it contains 4, 10 5, 20 ...

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

2

回答

質問


How do multiply all elements inside a for loop by an array
basically I want to solve this: I have the array a c= a*b where a =2 and b =[1 2 3] so c =[ 2 4 6] I want to multiply each ele...

15年弱 前 | 3 件の回答 | 0

3

回答

質問


unrepeated integers from randi function
for the randi function for example randi([2,6],1,4) this basically creates 4 random integers from 2 to 6 eg. 2, 5,4,2 how c...

15年弱 前 | 1 件の回答 | 0

1

回答