photo

Luca cadalo


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
86,935
of 300,331

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
0

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


plot the values of two columns of a table
I have a table with two fields time and velocity every field has several lines and one column I want to plot the results but t...

8 years ago | 1 answer | 0

1

answer

Question


table maximum value column
Hi, I have this table 0 0 0 0 0,0100000000000000 0 0,0100000000000000 1 0,0100000000000000 2 0,02000000000000...

8 years ago | 1 answer | 0

1

answer

Question


lost with differential ecuations matlab
In the university they have give me a differential equation and they told me that I have to solving it iteratively. So first I h...

8 years ago | 0 answers | 0

0

answers

Question


regexp with _ recognized as a letter
when you use regexp regexp(Date, '(?<=Month=)\w+', 'match') Date=Year2012_MonthMay_Day05 this character '_' is recognized...

8 years ago | 1 answer | 0

1

answer

Question


imagesc hide one axis
It is possible to display axes with imagesc but only in one direction no both axis y and x only x thanks!

8 years ago | 1 answer | 0

1

answer

Question


get the values of the axis of a plot
I have created a plot and I want to know if there is a command to get the value of the x axis of the plot because I want to draw...

8 years ago | 1 answer | 0

1

answer

Question


using ismembertol contradictory results
when I write this I get the following results >>ismembertol(117 , 115 , 1e-2) ans = 0 and when I write this I ...

8 years ago | 1 answer | 0

1

answer

Question


work with proportionality with vectors
I have a vector x=[1.05 2.023 3.1 4.014 12.112] and another vector y=[4.018 8.1 24.45] how to detect that the va...

8 years ago | 1 answer | 0

1

answer

Question


calculate the mode with tolerance
I have a matrix A= [ 2 3 2.1 ; 8.1 3.3 2.05 ; 3.01 4.9 2.09] and I want to get the mode with a tolerance of 0.1 there is a...

8 years ago | 1 answer | 0

1

answer