
M
Statistics
RANK
33 788
of 273 338
REPUTATION
1
CONTRIBUTIONS
63 Questions
1 Answer
ANSWER ACCEPTANCE
53.97%
VOTES RECEIVED
1
RANK
of 18 452
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122 739
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
Content Feed
Question
How can I generate a trigonometric formula for the following case?
How can I generate a trigonometric formula for the following case? I want a formula that gives a certain value when I substitu...
ungefär 2 timmar ago | 3 answers | 0
3
answersQuestion
How to find the line of intersection between the following two planes and plot the intersected line on the same two planes?
How to find the line of intersection between the following two planes and plot the intersected line on the same two planes? ...
en dag ago | 1 answer | 0
1
answerQuestion
Orthogonality by Singular value decomposition "svd"
How to use the Singular value decomposition "svd" to perform the Orthogonalization between vectors?
7 dagar ago | 1 answer | 0
1
answerQuestion
Projection using Modified Gram-Schmidt orthogonality
Hello, I need the Modified Gram-Schmidt orthogonalization method in my Research. I wrote the following code for the project...
9 dagar ago | 1 answer | 0
1
answerQuestion
How can I do curve fitting depending in the following formula?
I am doing a research and I want to do curve fitting and know the value of "V" depinding on the following function: F(V) = (K-...
2 månader ago | 1 answer | 0
1
answerQuestion
Particle Swarm Optimization PSO
The following is the PSO code, the varible that the PSO returns is "x" and its size is 7*1 , Can anyone help me how can I put co...
2 månader ago | 1 answer | 0
1
answerQuestion
How to round numbers in the matrix
There is a matrix 3×3 containing numbers from 0 to 1, but each number contains many decimals such as 0.120886554436, 0.092568479...
4 månader ago | 1 answer | 0
1
answerQuestion
I want to fix the zeros values in their same indices in certain two matrices A and B (to not be updated) in a cost function?
I want to build a cost function, I want to fix the zeros values in their same indices in certain two matrices A and B (to not b...
5 månader ago | 1 answer | 0
1
answerQuestion
How to store the following Matrix in a variable?
How to store the following Matrix in the variable C? I got the following error M = ones(7); C = M(logical(eye(7))) = 0.4
5 månader ago | 1 answer | 0
1
answerQuestion
How to produce a matrix with the following conditions?
How to produce a matrix which size is 7*7 and contains all possible single locations of a certain value and the rest of the colu...
5 månader ago | 2 answers | 0
2
answersQuestion
How to know the x projection in this function if the y is known?
How to know the x projection in this function if the y is known? For example If the y = 0.4 what is the x? xA = 0; xB = 1; ...
5 månader ago | 1 answer | 0
1
answerQuestion
How can I compute the Area and the Centroid of the following shape?
How can I compute the Area and the Centroid of the following shape? I have used the following code to construct it: xA = 0; ...
5 månader ago | 4 answers | 0
4
answersQuestion
What is the best function of the following shape?
How can I construct this shape? what is the best function of it? It is more like sigmoid function + straight line But I cant...
5 månader ago | 5 answers | 0
5
answersQuestion
How to calculate the mean value of the non vero value in a vector?
How to calculate the mean value of the non vero value in a vector? For example there is a vector contains 3 values M = [0.7,0.3...
5 månader ago | 2 answers | 0
2
answersQuestion
How to find the index of the values which are bigger than zero the following case?
How to find the index of the values which are bigger than zero the following case? There is a vector M contines three value ...
5 månader ago | 2 answers | 0
2
answersQuestion
How to calculate the center of the obtained Area in this case?
Hello, I need help in my reaserach paper. I want to calculate the center of the obtained Area in this case: The hight ( y axi...
5 månader ago | 1 answer | 0
1
answerQuestion
Can I combine letters with numbers in the same matrix?
Can I combine letters with numbers in the same matrix? I have vector B return two letters for example [L M] And anothe...
5 månader ago | 1 answer | 0
1
answerQuestion
How to know that each of the output is computed when the input is belong for specific range and print it in the same output?
Hello everyone, I need a help in my code which I built it to use it in my Fuzzy Logic research paper. The following is a fun...
5 månader ago | 1 answer | 0
1
answerHow to build up linear functions in MATLAB and plot the?
Thanks for all @Star Strider @dpb @Sam Chak.I really got benefits from all of you
6 månader ago | 0
Question
How to build up linear functions in MATLAB and plot the?
Hi, I am new in MATLAB and I want to build a code for these linear functions and plot them to use it in my research paper. The...
6 månader ago | 3 answers | 0
3
answersQuestion
How to find values in a vector that are correspond to the 6th biggest values in another related vector?
There are two vectors, the 1st one is named peaks and the 2nd one is named frequencies and they are related to each other (I mea...
7 månader ago | 1 answer | 0
1
answerQuestion
Spectrum in the freqency domiain
I have data measured by an accelerometer (Fs=50 Hz) and I want: 1- detailed code to see the spectrum of the data in the f...
7 månader ago | 1 answer | 0
1
answerQuestion
How to read comma separated .txt file in MATLAB ?
How to read comma separated .txt file in matlab ? The rows is like this : #A-R=-6.00,20.00,304.00 #A-R=-6.00,22.00,311.00 #...
7 månader ago | 2 answers | 0
2
answersQuestion
How can I import excel file (.xlsx) in Matlab and store the 4th column in a vector?
How can I import an excel file which contains 4 columns (.xlsx) in Matlab and store the 4th column in a vector?
7 månader ago | 2 answers | 0
2
answersQuestion
How to read data from serial communication sensor "imu GY-951 9 dof" by using Arduino in MATLAB?
How to read data from serial communication sensor "imu GY-951 9 dof" by using Arduino in MATLAB?
8 månader ago | 1 answer | 0
1
answerQuestion
How to formulate the following vector?
I want to folmulate vector V as as the following: R is attached matrix The values of the vector should be taken from the R mat...
9 månader ago | 2 answers | 0
2
answersQuestion
How to perform the following commands?
How to perform the following commands: result1 = m(:,abs(m(2,:))< threshold ); .......... This line I want to exclude zero val...
9 månader ago | 1 answer | 0
1
answerQuestion
Plot Boxes then Plot them in the original photo ?
I want to plot only the following boxes (5,6,7,8,9,10,12,13) from 19 box which their coordinates stored in the attached file "Bo...
9 månader ago | 1 answer | 0
1
answerQuestion
How to perform the following operation ( M(:,c)=M(:,c)+thr*M(:,c).*(N*2-1); )in each column in matrix M?
How to perform the following operation ( M=M+thr*M.*(N*2-1);)in each column in matrix M? M is matrix with size 14*128 N is ra...
9 månader ago | 1 answer | 0
1
answerQuestion
How to filter the following vector from multiple vectors?
How to filter the following vector from multiple vectors? I want to do the following for each matrix stored in M suppose eac...
9 månader ago | 2 answers | 0