Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
