photo

Bruno


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
2 个回答

排名
205,004
of 301,287

声誉
0

贡献数
5 个提问
2 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,220

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,814

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答