simone martinelli - MATLAB Central
photo

simone martinelli


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

Mechanical engineering

统计学

All
MATLAB AnswersCodyFrom 09/16 to 04/25Use left and right arrows to move selectionFrom 09/16Use 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

2 个提问
3 个回答

Cody

0 个问题
1 个答案

排名
16,923
of 298,264

声誉
2

贡献数
2 个提问
3 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
124,510
of 160,718

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


Reading an Array in scientific notation from a txt
Hi, I am trying to read the data from a txt file but I have been so far unable to manage to extract it using fscanf or textread....

8 years 前 | 1 个回答 | 0

1

个回答

提问


how can i implement a number prediction algorithm?
I have this procedure: # I have 20 numbers, from 1 to 20. # I choose 3 of these 20 numbers in the way that these number are ...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
I need to find slope of a curve
numA = xlsread(filename,sheet,xlRange) insert the range depending od quantity of data value A numB = xlsread(filename,sheet...

8 years 前 | 0

已回答
How can get the average between two array ?
for i=1:length(R) avg1(i)=(R(i)+G(i))/2; end

8 years 前 | 1

已回答
Coloring Rectangles to Specific Value's Colormap
Have you try to use ''patch'' command? In the help of ''patch'' you can also find how to choose colour or shade your shape.

8 years 前 | 0

已解决


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

8 years 前