photo

simone martinelli


2016 年からアクティブ

Followers: 0   Following: 0

Mechanical engineering

統計

All
  • 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年 前 | 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年以上 前 | 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年以上 前 | 0

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

8年以上 前 | 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年以上 前 | 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年以上 前