Varun Jadhav
Followers: 0 Following: 0
Feeds
提问
Is there a way to get the line capacitive and inductive current through a MATLAB model for a transmission & distribution network?
Hi, I have developed a small transmission & distribution network in MATLAB and I need to get only the line capacitive current...
7 years 前 | 0 个回答 | 0
0
个回答提问
Can I use restriction of selections in multiple mode in listdlg?
Hi, I am using listdlg to list out a file showing multiple currents outputs. I always need to select only three currents a...
8 years 前 | 0 个回答 | 0
0
个回答提问
Is it possible to get instantaneous fundamental component values from an array of raw field data (consisting of Harmonics)?
Hi, I have some instantaneous raw data sampled every 1.25ms, which consists of harmonics. Is there a way to programmatical...
8 years 前 | 0 个回答 | 0
0
个回答提问
how to maintain aspect ratio of the GUI?
Hello, I have made a GUI and designed it to fit well in the entire screen space of my workstation, but if I run the file on m...
9 years 前 | 1 个回答 | 0
1
个回答已回答
How are the R & X values calculated in the Parallel RLC Load Block?
The Code, I tried solving it: - Voltage = str2num(get(handles.sys_volt, 'String')); Impedance = str2num(get(handles.imp, ...
How are the R & X values calculated in the Parallel RLC Load Block?
The Code, I tried solving it: - Voltage = str2num(get(handles.sys_volt, 'String')); Impedance = str2num(get(handles.imp, ...
9 years 前 | 0
| 已接受
提问
How are the R & X values calculated in the Parallel RLC Load Block?
Hello, I'm using a Parallel RLC Load block in my model & need to back calculate to find the R, X & load angle values, such that ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How do I extract specific data from a time series?
I have a time series with dimensions 10001x3 from which I need to extract samples from 2001:7001. I tried ts(2001,1):ts(7001,1),...
9 years 前 | 1 个回答 | 0
1
个回答提问
Sequence Networking of a Model
Is it possible to compute the sequence networks of a model directly in MATLAB or does it have to be done manually by calculating...
9 years 前 | 0 个回答 | 0
0
个回答提问
Clearing Subplots & getting the original view
Hi, In my GUI, on pushing a button, I split one "axes" (handle: plot) into 3 subplots (ax1, ax2, ax3); & once I have done thi...
9 years 前 | 1 个回答 | 0
1
个回答提问
How do I select/deselect plots from the GUI figure?
Hello, I have successfully plotted the graphs of 3 phase voltage and current (multiplot) in my GUI figure using axes tool, bu...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to input the sample time of model (.slx file) from a .m file?
Hello, I want to integrate the model and the .m file together such that I don't have to open the model file to make the necessa...
9 years 前 | 1 个回答 | 0