
Kanchibhotla Chandra Sekhar
General Electric (GE)
Professional Interests: Power Electronics, Electrical Machines, Electrical Drives, Microprocessors, DSP
Statistics
RANK
5.875
of 281.734
REPUTATION
7
CONTRIBUTIONS
23 Questions
4 Answers
ANSWER ACCEPTANCE
30.43%
VOTES RECEIVED
4
RANK
of 19.056
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
uiwait, msgbox, listdlg are not working properly in Matlab 2013a with Windows 7
I have recently started using the Matlab 2013a with Windows 7. I have observed that some of the basic matlab functionalities are...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
Continuous Background running of MATLAB Compiled Application
I have recently developed one MATLAB Complied Application, but that application when i run in the other systems, its behaving st...
ongeveer 4 jaar ago | 0 answers | 0
0
answersQuestion
How to Apply Numbering to Heading Titles in Word through actxserver
I am creating a MS word document through actxserver, i have created so Heading in the word using the following code. word = ac...
ongeveer 4 jaar ago | 0 answers | 0
0
answersQuestion
MATLAB Access Box Folders
My Organisation is using the Box Folders for storing the Data, Is there any way MATLAB is having API kind of thing which will ac...
ongeveer 4 jaar ago | 3 answers | 0
3
answersQuestion
Scalar Multiplication of different values at same time
I have a function - [x1 x2 x3] = somefunction(y1,y2); now i want to multiply the [x1 x2 x3] by scalar value z. [x1 x2 x3] = ...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
Get Values of uibuttongroup uicontrol checkboxs when i clicked on other uibuttongroup uicontrol pushbutton
I want to get the data of the checkbox values when i clicked on the submit button, presently just the callback is executed but n...
meer dan 4 jaar ago | 1 answer | 0
1
answerC# function which accepts only MWarray instead of MWarray[] as input to the function
I have used the following code - % It gives the view how the code will be implemented using the C# result = function1(filepat...
meer dan 4 jaar ago | 0
| accepted
Question
C# function which accepts only MWarray instead of MWarray[] as input to the function
I have compiled the two matlab functions as NET assembly which will be used in the C# languague as follows - % It gives the vi...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
fwrite with fixed length of different data types
I have a know format file with different reading format. Example - fread(fid,[1, 40], 'char') fread(fid,[1, 4], 'long') frea...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
Install MATLAB Engine API for Python using Runtime Engine
I am having Matlab 2017a where i am able to call the functions of matlab from Python 3.5 by installing the Matlab API function. ...
ongeveer 5 jaar ago | 0 answers | 0
0
answersQuestion
Read size of the file in Windows Server 2012
I want to read the file size in windows server 2012. I have used the - files_log = [ dir(fullfile(cd,'Matlab_log_file.txt'...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
Keyboard Shortcut for the Listing of Submenu Items in Main Menu - Matlab GUI
I created the Menu for my Matlab GUI which is "File" under which sub menus are Open, Save & Exit. When i clicked on the File Men...
ongeveer 9 jaar ago | 1 answer | 0
1
answerQuestion
How to extract text between two specific words using fread operation
I have an data file where i need to extract the text between two specific words <Edata Line1 Line2 Edata> I ne...
ongeveer 9 jaar ago | 2 answers | 0
2
answersQuestion
Automatic Increment of Build number while creating the Standalone applications
I am creating a standalone application having Version and Build number stored in a MAT file. I want auto-increment of the build ...
meer dan 9 jaar ago | 0 answers | 1
0
answersQuestion
How to know the COM Server Program ID of Various Applications to use in MATLAB
How can i know the COM Server Program ID of various applications like WinRAR, 7zip, WinZip etc. to use in MATLAB. I know t...
meer dan 9 jaar ago | 2 answers | 0
2
answersAlignment of the Legend in Matlab Plot Figure
x = [1:10]; y = 2*x; z = x+1.25*y; z1 = z+x; h(1)=subplot(4,1,1); plot(x); legend('x Variable','Location','N...
meer dan 9 jaar ago | 3
| accepted
Question
How to read the data of *.csv file inside Zip File without extracting the contents
I have number of Zip Files [File1.zip, File2.zip, File3.zip,....Filen.zip] in which each zip file is having the "Data.csv" file ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Alignment of the Legend in Matlab Plot Figure
I am trying to plot a figure with five sets of data with subplot is having individual legend but the problem is axis is getting ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Run Batch File from Matlab as if i run by double clicking it in windows
I want to run a batch file from matlab as if i double click on batch file. cmd.exe has to close after compilation of the batch f...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
How to avoid duplicate running of Matlab Standalone Exe Application
I have created a matlab exe standalone application. But If a accidentally run same exe file at any other location, it will corru...
meer dan 9 jaar ago | 1 answer | 0
1
answerError in Overiding Data in compiled MAT file in Standalone Application
I have used the following code - save 'Values.mat' 'x1' 'x2' '-append'; which working perfectly fine....
meer dan 9 jaar ago | 0
| accepted
Question
Error in Overiding Data in compiled MAT file in Standalone Application
I have a set of values which i have saved in MAT file and along with several m-files compiled and created a stand alone applicat...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
Error in autoplotting and saving data images when using simplot
I have a simulation which i am controlling from m-file. In the simulation, i have 10 plots which i want to plot every m value fi...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
How to update Title and Subtitles each time in a loop for publishing document
I want to publish the documentation. I am going to do several test on one file and want to publish all of them in one document. ...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
Convert the m-file into mex32 file for S-function block
I want to convert my m-file (suppose i have an function with N-inputs and N-outputs written in embeeded code in simulink or m-fu...
meer dan 10 jaar ago | 1 answer | 0
1
answerHow to solve two non-linear equation having sine terms
I have further equations in terms of cos(11*A) and cos(13*A), which is very hard to define interms of the cosA. I need the solut...
meer dan 10 jaar ago | 0
Question
How to solve two non-linear equation having sine terms
I have two equations, i want to find the solution of the two equations cosx-cosy = 0.2 and cos5x-cos5y = 0.1. How can i solve t...
meer dan 10 jaar ago | 2 answers | 0