Community Profile

photo

SYML2nd


Last seen: 11ヶ月 前 2018 年からアクティブ

統計

  • Thankful Level 4

バッジを表示

Content Feed

表示方法

質問


SOLVE-ONLY one solution
I am trying to solve a system of two equations which I know they intersect in three points. I am using this code (which I simpli...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Curve Fitter tool-Center and scale
I am using the matlab Curve Fitter tool. I don't know what means the button "Center and scale". Can you explain? I tried to use ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


truncated plot displayed adding the size
Hi, I am trying to set the size of my graph. I simply added at the end of set 'units','points','position',[70,70,750,200], as y...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Failing in creating a surface from three array
I am trying to create a surface from this dataset x=[0.5 ; 0.624; 0.75;0.874; 0.9;1;1.124] y=[0; 1.1;1; 0.9;0.6;0] z=[0.72658...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


choose the limit of two y axes
I would like to do a graph with two y axes. I have found this. I have two questions that have no answer here: 1.how to have the...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


delate a specific number in an array and the number that have the index corresponding to the this number in an other array
If I have two array A and B: A=[0,0,3,4,5,6,7,8,9,0] B=[10,9,8,7,6,5,4,3,2,1] I want to delate the 0 in A and the number that...

約2年 前 | 2 件の回答 | 0

2

回答

質問


graph with 2 axes
Hi, I have a graph of a function that can be possibly have 2 x axis that are linked by law. So I would like to present my func...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Avoid Displaying the data simultaneously in the command window
Hi, My codes usually starts from data in a csv file, so I use the command ***=readtable('***.csv') then I manipulate this dat...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


select only one value every four (or different numbers) in an array
Hi, I would like to select only one value every four in an array. For instance, given an array [1 2 3 4 5 6 7 8 9 10 11 12 13 ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


black line frame around scatter3
I plotted in 3d with scatter3 and then I used: view(0,90) Now I would like to add a black line frame on the top and on the lef...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


inclined number in x-axis using scatter3 view(0,90)
I plotted an image that I created with an older version of Matlab. I plotted it in 3d with scatter3 and I plotted using: view(0...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Linear interpolation two array with target value in one array
Given two array A=[483, 427, 306, 195] B=[0, 0.25, 0.5, 0.75] Given a target the value 241, which is between the values 30...

2年以上 前 | 3 件の回答 | 0

3

回答

質問


Does pwelch function adopt already the correction factor due to the window?
Does pwelch function adopt already the correction factor due to the window? When we use a window like hamming a correction fa...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


pwelch info: equation involved and problem on the integral
Hi, I would like to reduce the noise in my psd. Given a signal in time u, that has a length of 80001, and decided the length of...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


From plot to video
Hi all, I have done this code and I obtain a plot of graphs where every graph represent the result at a different second. How c...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


I would like to compile a text string for each one of the three index of two given arrays
Hi, Given two array XX=[1,2,3] YY=[3,2,1] and a typical string: &DEVC ID='vel_XX', QUANTITY='VELOCITY', ABC=YY,0.0525,9.74/ ...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


Curve Fitting Tool - Weibull distribution
Hi all, I am trying to do a fitting of a graph, using the curve fitting Tool and, in particular, using the Weibull option that...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


Create a 2d matrix with two nested cycle
Hi all, I am trying to create a 2d matrix with two nested cycle. My code is really complex, so I have written a very simple ve...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Concatenate horizontally two tables
Hi, I have two tables 3262x218 (let's call it A) and 3262x255 (let's call it B) . Both have an header line. I want to concaten...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


system of 3 equation with 3 unknown, with two 2nd order equation
Hi, I am trying to solve a system of 3 equation with 3 unknown, with two 2nd order equation using this code, but unfortunately...

約4年 前 | 1 件の回答 | 0

1

回答

質問


thick values i log scale
Hi all, I would like to obtain (using the loglog in order to plot the graph) a thick line on the abscissa thick with the value...

約4年 前 | 1 件の回答 | 0

1

回答

質問


find the σ and the μ of the lognormal function, having 1st percentile and the 99th percentile
I have to build find the σ and the μ of the lognormal function, having the value of the 1st percentile (which is 30) and the 99t...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


remove the first header
Hi I have this csv file. As you can see in the png file the first header is useless for me. I want to import a table and then ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


fft of sin(pi*x/5)./(pi*x) returns NaN
Hi, I don't know why, if I do the G=sin(pi*x/5)./(pi*x), it returns NaN, can you help me? Thanks x=-100:0.1:100 G=sin(pi*x/5...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


expected value formula in xcorr
Hi all, when I use the xcorr, the formula used in matlab is C(m) = E[A(n+m)*conj(B(n))] = E[A(n)*conj(B(n-m))] where E is the e...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


PSD-Wiener Khinchin-xcorr problem due to the division coefficients of the PSD
Hi, I am trying to calculate the PSD from the autocorrelation. I am finding the following problems doing this (it is mandatory ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


do the psd using different methods (maybe there is a problem in the normalization9
Hi, I would like to verify if the result is the same using the first method described herehttps://it.mathworks.com/help/signal...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


obtain the fourier trasnform doing the fft. Do I need to normalize??
Hi, I have a signal in time domain, actually, specific kinetic energy was calculated in time domain and its medium value is 10 ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


homographic interpolation of experimental data point
Hi all, I have a theoretical and practical problem. I want to do interpolation using this homographic function y = (ax + b)/(...

5年弱 前 | 0 件の回答 | 0

0

回答

回答済み
frequency vector in a fft
First of all thank you for your answer. But I have still doubts? So was my frequency correct? I didn't get why you multiplied ...

5年弱 前 | 0

さらに読み込む