Community Profile

photo

Jason


Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


Write one year date into a excel?
If I want to write one year date into a excel, like year 2016. I have no idea how to code in matlab. Thanks 1/1/2016 1/2...

8 years ago | 1 answer | 0

1

answer

Question


Combine the subplot into a one plot
I have a for-loop, in each loop, it will draw a plot. How can I combine those each plot in a big plot? I mean how to combine ...

8 years ago | 1 answer | 0

1

answer

Question


How to insert a 50% image into this original image
I have a image, then I get 50% of this image, how to I insert this 50% image to the original image? Steganalysis

8 years ago | 1 answer | 0

1

answer

Question


How to get 1% of the image?
After I load a image, how do we get the 1% of the image?

8 years ago | 1 answer | 0

1

answer

Question


LSB watermark and LSB replacement difference?
Is those two are the same concept or any relationship between them? I search online and could not find any useful information. T...

8 years ago | 1 answer | 0

1

answer

Question


How to solve override writing file problem?
I have try-catch in my code, when I catch the error, I write the error information to a file, but it always override the previou...

8 years ago | 1 answer | 0

1

answer

Question


!!!Very challenge - copy one row to following two row
I have a excel file, in row 11, I have some headers. A11 is Date, B11 is Time, C11-G11 is P1 to P5. Starts row 12, there are da...

8 years ago | 1 answer | 0

1

answer

Question


How to write error information into a file
For the following code, if we catch a error, how do I do so that the error information('Inconsistent data in iteration %s, skipp...

8 years ago | 1 answer | 0

1

answer

Question


Count another directory subfolder
Now I am in a script under "C:\User\Jason\MATLAB". In this script, I want to count how many subfolder in another directory 'C:\U...

8 years ago | 1 answer | 0

1

answer

Question


How to skip error and continue to execute the code
I have a for loop, but when I faced the following error, my script will stop executing. How can I do to skip the error and conti...

8 years ago | 2 answers | 0

2

answers

Question


Whether ADD SEMICOLON for output will reduce execution time?
If my code compute data for 1 day. If I ADD SEMICOLON after the statements, means nothing display in Command Windows, does this ...

8 years ago | 1 answer | 0

1

answer

Question


Copy file to a new folder
Under a folder, I have a lot of .mat. "19800101.mat", "19800102.mat", ......."19800201.mat", "19800202.mat", ......"19801201.mat...

8 years ago | 3 answers | 0

3

answers

Question


Write 10 excel for loop
Now I have one original.xlsx, I want to write Data in Sheet1 from E1. xlswrite('Original.xlsx',Data,'Sheet1','E1') How d...

8 years ago | 2 answers | 0

2

answers

Question


Reduce computing time of these code
The following code takes 98.5% computing time of a script. Is there any code can be rewritten to improve time efficiency? [...

8 years ago | 0 answers | 0

0

answers

Question


How to count how many sub folders under a folder
In a folder, there are many sub folder, how do we count how many sub folder they are?

8 years ago | 2 answers | 0

2

answers

Question


Read different file in certain category
If I have some file folders, like '19800101', '1980012',... '19801201',... In each file, it have a .mat file. I want to deal wit...

8 years ago | 1 answer | 0

1

answer

Question


reduce running time of for loop
Assume I have a code as below, how do we rewrite, so we can great reduce running time? for i = 1: 500 % something to d...

8 years ago | 2 answers | 0

2

answers

Question


Add comments in a standard way
If we want to add commments about a line of code, in a standard/professional way, we add the comments above the code, or below t...

8 years ago | 1 answer | 0

1

answer

Question


When Matlab read file, file name is case insenstive?
If I save a file a abc.csv. It looks like when I read this file, I can use both abc.CSV or AbC.csv? If yes, can you give a refe...

8 years ago | 1 answer | 1

1

answer

Question


Improve computing time from Matlab code to other programming language code
I have some Matlab code to compute data in Excel. It took about one hour to compute the date of some period. 1. Any suggestion...

8 years ago | 2 answers | 0

2

answers