photo

simone martinelli


Active since 2016

Followers: 0   Following: 0

Message

Mechanical engineering

Statistics

All
MATLAB Answers

2 Questions
3 Answers

Cody

0 Problems
1 Solution

RANK
17,664
of 300,379

REPUTATION
2

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
116,177
of 168,299

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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....

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Answered
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...

9 years ago | 0

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

9 years ago | 1

Answered
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.

9 years ago | 0

Solved


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

9 years ago