Community Profile

ck


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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 ...

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

2

回答

質問


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?

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

1

回答

質問


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...

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

1

回答

質問


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 ...

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

0

回答

質問


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...

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

1

回答

質問


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...

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

0

回答

質問


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?

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

1

回答

質問


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

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

2

回答

質問


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...

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

1

回答

質問


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...

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

1

回答

質問


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 ...

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

2

回答

質問


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...

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

2

回答

質問


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...

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

1

回答

質問


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.

8年弱 前 | 2 件の回答 | 1

2

回答

質問


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

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

1

回答

質問


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...

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

1

回答

質問


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 ...

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

1

回答

質問


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)...

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

1

回答

質問


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...

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

1

回答

質問


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

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

2

回答

質問


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...

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

2

回答

質問


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 ...

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

2

回答

質問


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

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

1

回答

質問


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...

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

1

回答

質問


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

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

2

回答

質問


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

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

1

回答

質問


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

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

1

回答

質問


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 ...

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

1

回答