photo

POKA


Attivo dal 2017

Followers: 0   Following: 0

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


How to select particular column from csv file using csvread function in Matlab
Hi Friends, In my working place we are using Matlab student version 1999. As a work purpose I need to extract few columns of...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Shift array bitwise and multiply with another array in matlab
Hello All, I have two arrays for i.e x=[1,2,3,4]; y=[5,6,7,8]; I want to multiply y with x and sum the res...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Swaping data from 3 different columns in MATLAB
Hi All I have a 4728 by 12 matrix consisting of numerical data.I want to swap elements from column 2,6 and 10 based on con...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to extract two repeated toggling data from two fixed channel using MATLAB
Hi Friends, I have a text file looks like below Time 20.20 Channel SVID 01 5 02 7 03 ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to read different columns of data from tab limited text file using matlab textscan
Hi All, I want to extract column 2,6 and 7 and save to another text file using textscan function . I tried below code . ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to extract every repeated sequence line from text file using MATLAB
Time(sec) 20.30 Type 1 Svid slew power used 12. 0.33 -36dbm y 10 .38. -40dbm N 08. 0.40 -30dbm Y ...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Extract every 2,6,10 and 3,7,11 line irrespective of data type from text file using matlab
Hi Friends, It has been hours since I am trying to find out the solution of above problem . Unlike other file I could ex...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How to select particular column in xlsx file using xlsread function of MATLAB ?
Hi Everybody, Quite frequent I am to this site nowadays. I have one xlsx file.I have near about 20-30 columns of mix dat...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save matlab figure with grid on and with high resolution.
Hi All, I am using print to save my figure in my working directory. I use like print('filename','-dpng','-r300'); If ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


How to give different colour for those indices which is zero in matlab plot
Hi All, I am plotting numerical sensor data from huge file. I got my plot. But I want to show red colour to those points whi...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How to select two columns of data based on flag present in 3rd column from a text file using Matlab
Hi All, I want to pull out first and second column only if my flag is 1 in 3rd column and skip if it is zero. My file cont...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How to select next specific line based on string present in previous line and copy the line also from a text file?
x='$RAIM'; y='$GPGGA'; fid=fopen('myfile.txt'); while ~feof(fid) tline = fgetl(fid); if contains(tline,x) ...

oltre 7 anni fa | 1 risposta | 0

1

risposta