Feeds
질문
How to sync folders between different network drives
I am MATLAB user and I usually create scripts that either creates outputs as plot figures or write data to files (eg excel files...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
How to change the default origin of the axis of rotation in 3d plot matlab
I have a data that plots a 3D figure. Now I am trying to rotate it from an point(origin) using rotate(h,direction,alpha) ...
대략 10년 전 | 답변 수: 1 | 1
1
답변질문
Plot a tilted looking polygon
I have the following data that creates 3-d plot x_min = 200; x_max = 500; rand_x = x_min + (x_max - x_min )*rand(60,1)...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
Insert check box in figure for the script of uitree
I saw this post on generating list of folder, sub folders and files in MATLAB using uitree http://www.mathworks.com/matlabcen...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
Data on Y-axis, Date & time on X-axis
As per the suggestion of Ashish Gudia's post on date 8 Aug 2014 on one of my question's link http://www.mathworks.com/matlabc...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
Transparency in 3D Scatter plot
If I have an image like this <</matlabcentral/answers/uploaded_files/17093/SetMarkerPropertiesUsingtheHandleExample_02.pn...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Obtain two different types of plots in same figure
If I have an image like this <</matlabcentral/answers/uploaded_files/17090/SetMarkerPropertiesUsingtheHandleExample_02.pn...
Obtain two different types of plots in same figure
If I have an image like this <</matlabcentral/answers/uploaded_files/17090/SetMarkerPropertiesUsingtheHandleExample_02.pn...
10년 초과 전 | 0
질문
Obtain two different types of plots in same figure
I have one surface plot(3D) and one 2D plot. How can I obtain them on the same figure ? Consider we have surface plot of peak...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
For making one of the two subplot transparent want to check OpenGL in matlab and then use the same
I am using matlab R2013a on a Macintosh system with Windows 8 as a virtual machine. I want to use alpha/transparency or opacity ...
10년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
help with plotting date/time with data
Can you post your script u wrote for plotting your 'mydata' against time. I am having some errors in a code that works on simila...
help with plotting date/time with data
Can you post your script u wrote for plotting your 'mydata' against time. I am having some errors in a code that works on simila...
10년 초과 전 | 0
질문
Plot magnitude on y-axis and time on x-axis read from an excel file
I have the data as follows : Stage Magnitude Date Time 1 -1 06/10/2012 17:56:50...
10년 초과 전 | 답변 수: 3 | 0
3
답변질문
Read an excel file from excel file
I have an excel file in which one of the column contains the names of another excel files. What I am trying to do is 1st using x...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
mutiple reading and writing of date and time
My data is as follows: OriginTime Year Month Day Hour Minute Second 51.65086761 2014 6 10 12 9 5.991625 53.03222393 2014 ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Read and write multiple excel files using ActiveX
I have 2 folders each containing 4 excel files. I need to read data from 1st excel file from each folder and write those data in...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Read and write multiple excel files.one after the other
Hey dpb, do you know if and how I can write the same program using ActiveX?
Read and write multiple excel files.one after the other
Hey dpb, do you know if and how I can write the same program using ActiveX?
10년 초과 전 | 0
답변 있음
change excel spreadsheet color when exporting data
I tried what I had asked you to do. However for me there was unusual thing that is happening. After reading all data, it does ch...
change excel spreadsheet color when exporting data
I tried what I had asked you to do. However for me there was unusual thing that is happening. After reading all data, it does ch...
10년 초과 전 | 0
답변 있음
How to set excel cell color to red from Matlab?
Hi Jiro,tell me what if the range is unknown? or to put it in a better way, if one wants to color only those cells that have spe...
How to set excel cell color to red from Matlab?
Hi Jiro,tell me what if the range is unknown? or to put it in a better way, if one wants to color only those cells that have spe...
10년 초과 전 | 0
답변 있음
change excel spreadsheet color when exporting data
Hey, even I am also facing the same issue. However after observing the 1st link you have posted I think you can do something lik...
change excel spreadsheet color when exporting data
Hey, even I am also facing the same issue. However after observing the 1st link you have posted I think you can do something lik...
10년 초과 전 | 0
질문
To create and pop open an excel file
Right now I am able to do calculations of two excel file data and output its result to the 3rd excel file which is already exist...
10년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Read and write multiple excel files.one after the other
No problem. Thanks for your valuable and timely responses dpb !
Read and write multiple excel files.one after the other
No problem. Thanks for your valuable and timely responses dpb !
10년 초과 전 | 0
답변 있음
Read and write multiple excel files.one after the other
Hey dpb,thanks. I am just planning to add one more feature to it. Like, in this one. After the result I need to manually open th...
Read and write multiple excel files.one after the other
Hey dpb,thanks. I am just planning to add one more feature to it. Like, in this one. After the result I need to manually open th...
10년 초과 전 | 0
답변 있음
How can I combine data in multiple excel files an write the combined data in a new excel file?
What to do when you have files with same name i.e the two input files as well as the output file
How can I combine data in multiple excel files an write the combined data in a new excel file?
What to do when you have files with same name i.e the two input files as well as the output file
10년 초과 전 | 0
답변 있음
Read and write multiple excel files.one after the other
I wrote the following code : clc; clear all; SEfile = '\\psf\Home\Downloads\06_Data\Events\STG04_SE\'; LBfile = '\\...
Read and write multiple excel files.one after the other
I wrote the following code : clc; clear all; SEfile = '\\psf\Home\Downloads\06_Data\Events\STG04_SE\'; LBfile = '\\...
10년 초과 전 | 0
답변 있음
Read and write multiple excel files.one after the other
Do you mean making nested loop? By the way the files, I am trying to read(one from each folder)have the same name.Should I then...
Read and write multiple excel files.one after the other
Do you mean making nested loop? By the way the files, I am trying to read(one from each folder)have the same name.Should I then...
10년 초과 전 | 0
답변 있음
how to read data from multiple files and save in single file
I am trying to do the same as sandy wants to. I am trying to read excel files from two different folders and output it to an exc...
how to read data from multiple files and save in single file
I am trying to do the same as sandy wants to. I am trying to read excel files from two different folders and output it to an exc...
10년 초과 전 | 0
질문
Read and write multiple excel files.one after the other
I have 2 folders each containing 4 excel files. Then I need to do arithmetic calculation between 1st excel file of folder 1 with...
10년 초과 전 | 답변 수: 9 | 0
9
답변답변 있음
Subtract data from two columns and show result in 3rd column
I wrote the code as follows : for i=2:11 X = xlsread(dstfile); X(:,3) = X(:,2)-X(:,1); Y = num2str (X(:,3)); ...
Subtract data from two columns and show result in 3rd column
I wrote the code as follows : for i=2:11 X = xlsread(dstfile); X(:,3) = X(:,2)-X(:,1); Y = num2str (X(:,3)); ...
10년 초과 전 | 0
질문
Subtract data from two columns and show result in 3rd column
I have the following data in an excel sheet A B C 736 373 734 371 725 364 719 361 ...
10년 초과 전 | 답변 수: 2 | 0