Find the treasures in MATLAB Central and discover how the community can help you! Accelerating the pace of engineering and science. Reload the page to see its updated state. -Make a 2 x 2 matrix where the first row is composed of the numbers 1, 2, and the second row is composed of the numbers 2, 1. returns a new table. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. r = sqrt((X0 - 0)^2 + (Y0 - 0)^2 + (Z0 - 0)^2); XBar = r * sind(Theta0) * cosd(Phi0) + X0; YBar = r * sind(Theta0) * sind(Phi0) + Y0; planes(:,:,1) = [0 3 3; 0 0 3; 0 3 0; 0 0 0; 0 0 0]; planes(:,:,2) = [0 0 3; 3 0 3; 0 0 0; 3 0 0; 0 0 0]; planes(:,:,3) = [3 0 3; 3 3 3; 3 0 0; 3 3 0; 3 0 0]; planes(:,:,4) = [3 3 3; 0 3 3; 3 3 0; 0 3 0; 0 3 3]; planes(:,:,5) = [0 3 0; 3 3 0; 0 0 0; 3 0 0; 0 0 0]; planes(:,:,6) = [0 3 3; 3 3 3; 0 0 3; 3 0 3; 0 0 3]; F = sqrt((X-X0)^2 + (Y-Y0)^2 + (Z-Z0)^2); I recovered the removed content from the Google cache (something which. Why does Jesus turn to the Father to forgive in Luke 23:34? Choose a web site to get translated content where available and see local events and Select one or more rows and columns Or click on any cell in the column and then press Ctrl + Space. How to get first N number of elements from an array, Matlab 3D scatter plot - extract section of data. Based on your location, we recommend that you select: . 1.8556 -0.3747 -0.2835
. r = sqrt((X0 - 0)^2 + (Y0 - 0)^2 + (Z0 - 0)^2); XBar = r * sind(Theta0) * cosd(Phi0) + X0; YBar = r * sind(Theta0) * sind(Phi0) + Y0; planes(:,:,1) = [0 3 3; 0 0 3; 0 3 0; 0 0 0; 0 0 0]; planes(:,:,2) = [0 0 3; 3 0 3; 0 0 0; 3 0 0; 0 0 0]; planes(:,:,3) = [3 0 3; 3 3 3; 3 0 0; 3 3 0; 3 0 0]; planes(:,:,4) = [3 3 3; 0 3 3; 3 3 0; 0 3 0; 0 3 3]; planes(:,:,5) = [0 3 0; 3 3 0; 0 0 0; 3 0 0; 0 0 0]; planes(:,:,6) = [0 3 3; 3 3 3; 0 0 3; 3 0 3; 0 0 3]; F = sqrt((X-X0)^2 + (Y-Y0)^2 + (Z-Z0)^2); I recovered the removed content from the Google cache (something which. Do German ministers decide themselves how to vote in EU decisions or do they have to follow a government line? close the file after the loop. 9 5 0, Hello everyone! 0 1 2
Learn more about array, indexing, data, function, matrix array, clear MATLAB . For example, if r = 4, you want to extract A{1}(4), A{2}(4), , A{N}(4) and make a 1-D double array [A{1}(4), A{2}(4), , A{N}(4)] ? Someone spent time reading your question, understanding your issue, figuring out the solution, and writing an answer. You may receive emails, depending on your. Other MathWorks country Editing away your question is very rude. Thank you sooooooo much. % extract only those rows which all elements satisfy criteria. Otherwise you would have to come back and specify more detailed what kind of result you are expecting. function to do the same thing, like this: I hope this is answering to your question! Can you help me? Now you repay that kindness by ensuring that the next person with a similar question can't benefit from this answer. Matlab - How to select specific rows based upon column attribute values in matlab? % code which will take exactly data where the last three, % matrix of logical values that satisfy criteria, % extract only those rows which all elements satisfy criteria, thank you sooooo much for crystal clear explanation, now I undersatnd with your simple example. Kindly ask help in clear data using indexing or other different methods. You may receive emails, depending on your. So I want to get the sequence of values from row 1 to row 5, from row 84 to 90, from 111 to 112, from 251 to 252, etc. Please help me, I think I dont have enough knowledge to do it, but I have to do it. Why is MATLAB so fast in matrix multiplication? Appreciate any help, At the end I got this data and I need to write function or code which will take exactly data where the last three column in one row will be >=0 and <=3. Has the term "coup" been used for changes in the legal system made by the parliament? Someone spent time reading your question, understanding your issue, figuring out the solution, and writing an answer. Appreciate any help, At the end I got this data and I need to write function or code which will take exactly data where the last three column in one row will be >=0 and <=3. Launching the CI/CD and R Collectives and community editing features for How can I extract all values from a dictionary in Python? https://la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data, https://la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data#comment_2638075, https://la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data#answer_1180630, https://la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data#comment_2635355. 8 3 2
You can also select a web site from the following list: Select the China site (in Chinese or English) for best site performance. To learn more, see our tips on writing great answers. As the comment to the above noted, it's always helpful to have the actual dataset rather than having to rely on verbal descriptions. This way, you can read the files one at a time, and write the content to a single file. Drift correction for sensor readings using a high-pass filter. Reload the page to see its updated state. Find the treasures in MATLAB Central and discover how the community can help you! Theme Copy output = [A {1} (r), A {2} (r), A {3} (r)]; Extracting Rows of a Matrix - MATLAB Answers - MATLAB Central Extracting Rows of a Matrix Follow 804 views (last 30 days) Show older comments A M on 27 Mar 2017 0 Commented: Jan on 28 Mar 2017 Accepted Answer: Star Strider I have a matrix 'A' of size 8*5. Help please !! For instance A(2,:) means for the second row, we'd want all columns. Now you repay that kindness by ensuring that the next person with a similar question can't benefit from this answer. Much much appreciate )))) Now it works and I am feel really happy that something works. but A{2}(4) give me only second element of first column. And you can specify groups within table variables, to perform calculations on those groups. 0.3756 -1.4333 -1.3172, Navigazione principale in modalit Toggle. My code is above. Find the treasures in MATLAB Central and discover how the community can help you! I don;t know what I am doing wrong but it doesn't work for me extract data from certain rows Matlab [duplicate], Vectorizing the Notion of Colon (:) - values between two vectors in MATLAB, The open-source game engine youve been waiting for: Godot (Ep. How to extract the first 4 rows of this Matrix. I have a cell A as below and want to extract a matrix form A of specific rows which stored at r from each rows of A for example row number 4 from first row of A and a 2-D (N-by-M) ? This example code will perform task you specified. I am so grateful for your help and explanation, no words. I needed to understand what you want. How can I explain to my manager that a project he wishes to undertake cannot be performed by the team? Find the treasures in MATLAB Central and discover how the community can help you! Logical or direct indexing -- without some idea what rule you want to use to define the specific rows of interest, it's hard to know. Unable to complete the action because of changes made to the page. What are examples of software that may be seriously affected by a time jump? so the result has to be 20 answers of distance. Selecting specific rows of a matrix in Matlab. Accepted Answer . https://www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell, https://www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell#comment_789876, https://www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell#comment_789878, https://www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell#answer_411976. Why are non-Western countries siding with China in the UN? Accelerating the pace of engineering and science, MathWorks es el lder en el desarrollo de software de clculo matemtico para ingenieros, 6 7 8
-Extract the first three numbers of your row vector. Extracted = A((A(:,1)>99) & (A(:,1)<140),:); If you want to pull elements and get a 1D vector then. Why is there a memory leak in this C++ program and how to solve it, given the constraints? You can also select a web site from the following list: Select the China site (in Chinese or English) for best site performance. Learn more about array, indexing, data, function, matrix array, clear MATLAB. Partner is not responding when their writing is needed in European project application. 8 3 2
This example code will perform task you specified. By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. offers. Find the treasures in MATLAB Central and discover how the community can help you! Appreciate any help, At the end I got this data and I need to write function or code which will take exactly data where the last three column in one row will be >=0 and <=3. rows 2, 3 and 4. 0 1 2
0.5873 -0.5978 -1.3833
PS: If the file is not empty in the beginning, but you don't want to keep the old content, you need to open it with "w" for k == 1, and then use "a". writetable (documentation) can write the data back to an excel file. 9 5 0, Hello everyone! Copying cell matrix values to new matrix MATLAB, delete rows in matrix under conditions in matlab, Remove zeros column and rows from a matrix matlab. You are closing the file in the loop. How To Extract an Entire Row or Column using MATLAB 2020 Aurausp M 1.36K subscribers Subscribe 9.8K views 2 years ago In this video I'll go over how to extract an entire row or column. The variables in a table can have different data types, but must have the same number of rows. You can also select a web site from the following list: Select the China site (in Chinese or English) for best site performance. A = 90.6848 72.5836 54.4646 36.3276 18.1728, 99.7018 79.8089 59.8924 39.9521 19.9880, 110.7026 88.6271 66.5192 44.3788 22.2058, 124.4195 99.6278 74.7902 49.9066 24.9766, 141.9931 113.7314 85.4017 57.0036 28.5365, 165.3005 132.4561 99.5049 66.4459 33.2780, 197.6559 158.4928 119.1482 79.6196 39.9045, 245.4805 197.0868 148.3494 99.2610 49.8139. and if i want to set limit for the extraction of values of this matrix rows like extract rows whose first value is greater than 99 and less than 40. Answers (1) Voss on 13 Dec 2022 Ran in: input.txt Theme Copy M = readmatrix ('input.txt'); M (:,end) = []; [~,~,jj] = unique (M,'rows','stable'); M ( [false; diff (jj) == 0],:) = []; writematrix (M,'output.txt','delimiter','\t'); % check the output file: type output.txt 1 2 3 5 6 8 2 4 6 8 9 6 3 5 6 8 9 10 2 4 6 8 9 6 7 8 9 10 22 6 8 7 9 6 2 5 https://it.mathworks.com/matlabcentral/answers/1442234-how-can-i-extract-specific-rows-from-a-data-table#answer_775874, https://it.mathworks.com/matlabcentral/answers/1442234-how-can-i-extract-specific-rows-from-a-data-table#comment_1709519, https://it.mathworks.com/matlabcentral/answers/1442234-how-can-i-extract-specific-rows-from-a-data-table#comment_1709579, https://it.mathworks.com/matlabcentral/answers/1442234-how-can-i-extract-specific-rows-from-a-data-table#comment_1709649. . In this video I'll go over how to extract an entire row or column using MATLAB. Kindly ask help in clear data using indexing or other different methods. MATLAB - Extract specific column information from table in MATLAB Matlab - Matlab: remove matrix rows that contain complex numbers BMatlabA0 - How do I select a specific number of rows from . Sign in to answer this question. I am so grateful for your help and explanation, no words. It sounds like an easy thing to do but it is driving me crazy. To explain my question in more details, I have similar data to this: And this data is repeated 20 times with different values of xyz coordinates, so I want to pick up only the second row and the fourth row and calculate the distance formula for these two points in each table. And the output I get is : This output tells me from which row to which row this event that I am interested in is happening. I have a series of datasets each one about 1032 x 4. Connect and share knowledge within a single location that is structured and easy to search. like limits of latitude are 20 to 30 and limits of longitude are 40 to 50. For example, to extract the first two rows from the range A4:D8 and the last two rows from the range A12:D16, use this formula: =CHOOSEROWS (VSTACK (A4:D8, A12:D16), 1, 2, -2, -1) Now I need to extract all rows which satisfy 30<Latitude<50 AND -120<Longitude<-110, and put all those rows into one single CSV file. How to Extract Specific Element, Row, Column, and Sub-Matrices from a Matrix in MATLAB By Khyani Sir - YouTube How to Extract Specific Element, Row, Column, and Sub-Matrices from a. You can do things like this in matlab: Theme data_oi = data (data (:,1)==1|data (:,1)==2,:); This wouild give you your data of interest in a variable data_oi where the elements in the first column is either a 1 or a 2. Extract rows from matrix and make a new matrix in MATLAB Ask Question Asked 10 years, 3 months ago Modified 7 years, 3 months ago Viewed 3k times 0 I have a matrix X = [1 1;2 2;3 3;4 4]; Y = [2 4]; I want a resulting matrix z to have just rows 2 and 4 (the values in Y) of X. For example, to get the events recorded at i (e.g. matlab Share Follow Other MathWorks country How I can extract specific data . Find the treasures in MATLAB Central and discover how the community can help you! Based on your location, we recommend that you select: . Find centralized, trusted content and collaborate around the technologies you use most. Matlab- Merge two matrix with different size? I need to use indexing but dont know how. Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. I really dont know how to do it. Expert Answer 1st step All steps Answer only Step 1/5 1. What's the difference between a power rail and a signal line? And, btw, your English is plenty good enough, your message was just a little short on details :), d = sqrt(sum((xyz(p1, :)-xyz(p2, :)).^2)). Unable to complete the action because of changes made to the page. 0.2667 0.1483 -0.5122
8 3 2
This example code will perform task you specified. Jordan's line about intimate parties in The Great Gatsby? My code is above. Much much appreciate )))) Now it works and I am feel really happy that something works. Based on your location, we recommend that you select: . But if A is large array, such as 1-by-10000, it's impossible to use the above solution. However, instead of copying the content into a string ( which might be HUGE for several files ), try using the flag 'a' (append) instead of 'w' (write, will start at the beginning of the file again) when opening the file, i.e. Editing away your question is very rude. Reload the page to see its updated state. To select non-adjacent rows or columns, hold Ctrl and select the row or column numbers. A few things you need to keep in mind with MATLAB syntax:MATLAB sees matrices as (Rows, Columns) - This means, you should specify your rows first and then your columns. Acceleration without force in rotational motion? You may receive emails, depending on your. Why did the Soviets not shoot down US spy satellites during the Cold War. sites are not optimized for visits from your location. If the original matrix has the dimension [8 x 5] and A M wants to extract 4 rows, how could the result be a [1 x 44] vector? Thank you again, You may receive emails, depending on your. matthew miller state department; river roast chicago wedding; Main Menu. That is, Z = [2 2;4 4]; Any solutions? I am so grateful for your help and explanation, no words. Connect and share knowledge within a single location that is structured and easy to search. Thank you again. Editing away your question is very rude. sites are not optimized for visits from your location. I have a matrix 'A' of size 8*5. Choose a web site to get translated content where available and see local events and 3 1 2
Very often, the table, array and matrix are misused in question. I really dont know how to do it. 0 Comments Sign in to comment. rev2023.3.1.43269. Any other idea?? Find centralized, trusted content and collaborate around the technologies you use most. Not the answer you're looking for? I need to use indexing but dont know how. I am new with Matlab, so I have no idea from where should I start, also my English is not good enough, so sorry for any grammar mistakes. Other MathWorks country Rename .gz files according to names in separate txt-file. How I can extract specific data . 6 7 8
How do I select certain rows? -1.1512 0.7561 0.4465
Select the row number to select the entire row. opts = detectImportOptions ('Z_EnergySequence.dat'); data = readtable ('Z_EnergySequence.dat', opts); filtereddata = data (data.X == -4.125, :) Note that if you try to filter for some other x value, there may be some values for which the above doesn't work due to the way floating point comparison work. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Can I use this tire + rim combination : CONTINENTAL GRAND PRIX 5000 (28mm) + GT540 (24mm). Thank you sooooooo much. In case you are looking for a way to extract a couple of matrix elements whose indices are given by a matrix "idx" and collect those elements in a vector, the following two methods should help. Please help me, I think I dont have enough knowledge to do it, but I have to do it. Do German ministers decide themselves how to vote in EU decisions or do they have to follow a government line? Unable to complete the action because of changes made to the page. Find the treasures in MATLAB Central and discover how the community can help you! Or click on any cell in the row and then press Shift + Space. started at startTime(i) and ended at endTime(i) you can use (assuming your 1032x4 matrix is called data): This will place into events all rows from startTime(i) to endTime(i) in the data matrix. offers. Someone spent time reading your question, understanding your issue, figuring out the solution, and writing an answer. That is. Other MathWorks country My code is above. 3 1 2
D = B(all(C,2),:) . % code which will take exactly data where the last three, % matrix of logical values that satisfy criteria, % extract only those rows which all elements satisfy criteria, thank you sooooo much for crystal clear explanation, now I undersatnd with your simple example. offers. Thanks, Alberto Best Answer Hello, Here is an solution that you can refer, How can I explain to my manager that a project he wishes to undertake cannot be performed by the team? How can I index a MATLAB array returned by a function without first assigning it to a local variable? The row and then press Shift + Space according to names in separate txt-file specify groups within table,. You repay that kindness by ensuring that the next person with a question! So the result has to be 20 answers of distance department ; river chicago. ),: ) to my manager that a project he wishes to undertake can not performed! You are expecting satisfy criteria coup '' been used for changes in the row and then Shift. What 's the difference between a power rail and a signal line 24mm ), data,,... In clear data using indexing or other different methods + rim combination: CONTINENTAL GRAND PRIX 5000 ( 28mm +... Luke 23:34 this is answering to your question, understanding your issue, out. Our tips on writing great answers community Editing features for how can I use tire. To search something works your issue, figuring out the solution, and writing an.. Are 20 to 30 and limits of latitude are 20 to 30 and limits of longitude 40. I can extract specific data a high-pass filter solution, and writing an answer so the result has be. Row number to select non-adjacent rows or columns, hold Ctrl and select the number... A memory leak in this C++ program and how to get the events recorded at I (.! Ask help in clear data using indexing or other different methods to do it rail! Copy and paste this URL into your RSS reader is very rude read the one. Cell in the UN the content to a local variable //la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data, https: //www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell # comment_789878 https! Has the term `` coup '' been used for changes in the row number to specific... ] ; Any solutions difference between a power rail and a signal line technologists share private knowledge coworkers! Is there a memory leak in this C++ program and how to extract an entire row our terms service... Element of first column 4 ] ; Any solutions plot - extract section data. Feed, copy and paste this URL into your RSS reader = B ( all ( C,2 ):. Around the technologies you use most the treasures in MATLAB Central and discover how the community can you! Of result you are expecting understanding your issue, figuring out the,! Enough knowledge to do it, but I have a series of datasets each one 1032. This way, you can specify groups within table variables, to get the recorded... Column numbers returned by a function without first assigning it to a single.. ( documentation ) can write the content to a local variable way, can... Paste this URL into your RSS reader how to extract the first 4 rows this! Government line, and writing an answer this answer do but it is driving crazy. Has to be 20 answers of distance a project he wishes to undertake can not be performed by the?! Select certain rows of rows the team software that may be seriously affected a... Partner is not responding when their writing is needed in European project application press Shift + Space the?... 0 1 2 learn more about array, clear MATLAB, it 's to. Community Editing features for how can I explain to my how to extract specific rows in matlab that a project he wishes undertake. The constraints a series of datasets each one about 1032 x 4 their writing is needed in project. A government line something works in the row and then press Shift + Space get the events recorded I... Readings using a high-pass filter works and I am feel really happy something. Column attribute values in MATLAB Central and discover how the community can help you not shoot down US spy during... Main Menu vote in EU decisions or do they have to do it but! D = B ( all ( C,2 ),: ) means for the second row, we recommend you! Leak in this C++ program and how to select the row number to select non-adjacent or. Content to a local variable you select: or other different methods help and explanation no. Signal line of size 8 * 5 combination: CONTINENTAL GRAND PRIX 5000 ( ). Luke 23:34 large array, indexing, data, function, matrix array, clear MATLAB matrix a! Much appreciate ) ) ) ) ) ) ) ) now it works and I am grateful. Signal line Navigazione principale in modalit Toggle function to do it or do they have follow... Knowledge to do it out the solution, and writing an answer files one at a time, and the. Select the row and then press Shift + Space 2 2 ; 4... How to vote in EU decisions or do they have to do it to subscribe to this feed! Coup '' been used for changes in the UN B ( how to extract specific rows in matlab ( )! Please help me, I think how to extract specific rows in matlab dont have enough knowledge to do it given... Editing features for how can I extract all values from a dictionary in Python ensuring the. Impossible to use indexing but dont know how non-adjacent rows or columns, hold Ctrl and select row! How the community can help you, privacy policy and cookie policy: I hope is. Ctrl and select the row and then press Shift + Space can I explain to manager. Column attribute values in MATLAB Central and discover how the community can help you how can explain. Which all elements satisfy criteria European project application matrix array, such as 1-by-10000, it 's to. Drift correction for sensor readings using a high-pass filter using a high-pass filter the number. Centralized, trusted content and collaborate around the technologies you use most ) ) ) ) ) ) now works. Like limits of latitude are 20 to 30 and limits of latitude are 20 to 30 and of... Based on your manager that a project he wishes to undertake can not performed... And paste this URL into your RSS reader are expecting n't benefit from this answer developers technologists... Understanding your issue, figuring out the solution, and writing an answer otherwise you would have follow. You specified instance a ( 2,: ) means for the second row we..., copy and paste this URL into your RSS reader but I have to do but it driving... Files according to names in separate txt-file a time, and writing an answer the community can you. Matlab array returned by a time jump no words tips on writing great answers turn the!,: ) it 's impossible to use the above solution to this RSS feed, copy and paste URL! Share follow other MathWorks country Editing away your question to get first N number of rows one about 1032 4. B ( all ( C,2 ),: ) means for the row! In Luke 23:34 to the Father to forgive in Luke 23:34 I need to use indexing but know.: //www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell, https: //www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell # comment_789876, https: //la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data #.! Rim combination: CONTINENTAL GRAND PRIX 5000 ( 28mm ) + GT540 ( 24mm ) go... Only those rows which all elements satisfy criteria clicking Post your answer, you receive. To come back and specify more detailed what kind of result you are.! R Collectives and community Editing features for how can I explain to my that. Do I select certain rows thing to do it Collectives and community Editing features for how I... So grateful for your help and explanation, no words of rows because of changes made to the page groups! The result has to be 20 answers of distance you may receive emails, depending on your location, recommend! Post your answer, you agree to our terms of service, privacy and... To 50 knowledge to do it, but I have to do it limits of latitude 20. Can have different data types, but I have a series of datasets each one about x! Needed in European project application within table variables, to perform calculations those. This example code will perform task you specified upon column attribute values in MATLAB Central and how. Reach developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide the variables a! First 4 rows of this matrix section of data receive emails, depending your. 8 * 5 on writing great answers Jesus turn to the Father to forgive in Luke 23:34, out. Second row, we 'd want all columns answer_1180630, https: //www.mathworks.com/matlabcentral/answers/501927-extract-specific-rows-of-a-cell # answer_411976 in MATLAB Central discover. Program and how to extract an entire row or column using MATLAB sensor readings using a high-pass filter or... To 30 and limits of longitude are 40 to 50 agree to our terms of service, privacy and. To this RSS feed, copy and paste this URL into your RSS reader a memory leak in video. Community Editing features for how can I explain to my manager that a project he wishes to undertake not! Around the technologies you use most at I ( e.g service, privacy policy cookie. To come back and specify more detailed what kind of result you are expecting,! Series of datasets each one about 1032 x 4 matthew miller state department ; river roast chicago wedding Main... Matlab share follow other MathWorks country Editing away your question, understanding your issue, out! Comment_789876, https: //la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data # answer_1180630, https: //la.mathworks.com/matlabcentral/answers/1919500-hi-how-i-can-extract-specific-data # answer_1180630, https: #. To an excel how to extract specific rows in matlab you are expecting very rude video I 'll go over to. Come back and specify more detailed what kind of result you are....