Community Profile

ck


Attivo dal 2016

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


convert decimal to binary (for whole column)
How can I convert the whole column of decima values to binary values? Is there any function for that or would i have to write a ...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


convert linear to DB?
My question is should I Convert a linear value to DB (POWER RATIO) in order to plot radargrams with that values?

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


A substitute instead of strcat()
I have binary data with one in each row as below: 0 0 1 0 1 1 and so on, i need to concatenate them into e...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Plotting Radargrams in matlab or other softwares
Hello , Suppose i have some values in Excel sheet, how could I plot radargrams for those values? Would there be any examples ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Plotting a Radargram using values in matlab
How Can I plot radargrams in matlab using values obtained from data files? Would there be any certain function for that ? Tha...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Substitute for xlsread().
I am using xlsread() and xlswrite() which is pretty slow, i have tried using xlswrite1(); but it shows up errors. Is there any o...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Using csvwrite() function for a matrix having multiple rows and columns??
would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


convert .csv file to .xlsx?
How can I convert a .csv file to .xlsx file in matlab? Thank you.

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


delete a row, or column.
I have a matrix 'b' with 1201 rows and 1 column(1203x1), but the last row is not needed and I want to delete the last row making...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Saving output in a folder in the system.
I am trying to open data files , for which the output files open in excel sheets with values in rows and columns . I want to sav...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Requesting input in a certain format.
Suppose we should get 4 variables such as age,gender,height,birth date, instead of taking it in four lines I want to take input ...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Using something faster than xlswrite()?
I am using xlswrite to save the outputs each time, so this calls to open excel and its consuming a lot of time. Is there any oth...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Using function 'save'.
Hello , so I have a output in 'colproceed' which is a (nx1) matrix having output as below: "sct_Star" "sct_Star1" "sct_St...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save the output in a certain folder?
How can I save a certain output in a specified folder? What function can I use for this? Thank you.

quasi 8 anni fa | 2 risposte | 1

2

risposte

Domanda


Create a new folder using matlab.
How can I create a new folder to save the outputs in matlab? Is there any certain function for it? Thank you

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Creating New variables each loop.
I have a program where each time the loop runs a column of readings are acquired. I want to create a label for each column separ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Fid=-1 for fopen
So I am trying to open a bunch of .dat files(ex:frm_ais_edr_nnnn.dat', where n varys), so when I put it in a loop , fopen works ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Import excel file!
So I have to import data from a excel file (xx.csv), it has data types as character and Ascii-real. I used num=xlsread(filename)...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Displaying Numbers after decimal.
When i try to display numbers such as 0.00000000000000005 or with e^-39 or so , it shows as 0 in the result. What function shoul...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i concatenate matrices of diffrent data types and dimensions?
concatenating matrices

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


STRCAT SYNTAX TO BE USED?
IF I WANT TO STRCAT 2 VALUES I WOULD DO STRCAT(S1,S2), SO WHAT IF I WANT TO DO N VALUES AND 'N' IS A VALUE WHICH GETS DEFINED IN...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


getting it in a matrix?
Say I have 1000 values in a single column, how can I transform them into matrix in which I get first 20 values in first row and ...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Naming a loop?
Can I name a certain loop and jump to if only if the condition satisfys?

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Numberof digits after decimal??
When I open using float32 , I get around 4 values after the decimal . But I want around 10 or 15 digits after decimal?? how is i...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


for loop and break!!!
for(syntax)-(1st for loop) for(syntax)(2nd for loop) if(...) value break end ...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


FREAD precesion for 12byte!
So in fread the precesion for 2 byte is int 16 , 4 bytes is int 32 .... similarly how do I give the precision for 12 bytes

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I get dynamic naming variables? So in a loop i need variables with names A1,A2,A3...... logic?
the loop running should produce N outputs with each having label A1,A2,A3....An

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


So, while using Fread to open a 4 byte I used uint32 and uint64 for 8 byte value. But what should i do if i want to read a 12 byte value.( for a 6 byte i used ubit(6*8) but cant use 12*8. Any suggessions?
Fread(fid, (precision) *ubit48, skip bytes) for a 6 byte value , so what precision should I use for 12 byte value? Thank you ...

quasi 8 anni fa | 1 risposta | 0

1

risposta