メインコンテンツ

結果:


praveen kumar
praveen kumar
最後のアクティビティ: 2020 年 3 月 26 日

Hello friends i have strugled to develope codes in matlab and spent ample time in converting the available codes to my area . If any of the researcher are interested to share their codes with me are welcomed and collabarations are welcomed ...currenty i need a basic code in unit commitment using real coded and binary coded for Security contrained and integrating Reneweable energy .. I too will share my codes because world is going to vanish soon so my knowledge should spread across the globe

with rds s.praveen kumar email:praveenaups777@gmail.com

Tony Lennon
Tony Lennon
最後のアクティビティ: 2020 年 3 月 25 日

Check out this short video on the new features in Simulink R2020a . What's your favorite new feature?

Arkadiy Turevskiy
Arkadiy Turevskiy
最後のアクティビティ: 2020 年 3 月 20 日

Just wanted to post a link to this video we recently published on YouTube:

PID Controller tuning for a buck converter

Let me know what you think. Arkadiy

In problem 16 I used the following solution:
function b = nearZero(a)
b = max(a(imdilate(a == 0, [1 1 1])));
end
It is working pretty well on mathlab but when I submit my answer to cody, the following error is generated:
Undefined function 'imdilate' for input arguments of type 'double'.
Error in nearZero (line 2)
b = max(a(imdilate(a == 0, [1 1 1])));
Error in Test1 (line 3)
assert(isequal(nearZero(a),b))
Nabil Miri
Nabil Miri
最後のアクティビティ: 2020 年 3 月 14 日

In number 5, its written that the correct answer is c = 1 but the secomnd person has more change than the first person, therefor the correct answer should be 2.Likewise in number 6.

Hi everyone,

I am trying to control an actuator with brushless DC Motor in Simulink. At one point, I am in need of the motor rotation and the only parameter available to me is the duty cycle and the direction of rotor. I knew that it is not possible to calculate rotation from duty cycle. In case if some one have idea about this or some suggestions, could you please share with me

Thanks in advance

SAURABH KUMAR
SAURABH KUMAR
最後のアクティビティ: 2020 年 11 月 15 日

Hello,

I am trying to simulate a PMSM, which has a Quasi sinusoidal back-emf waveform. Is there any way I can define the back emf to be anything other than Sinusoidal/Trapezoidal?

Thanks in advance. Saurabh Kumar

big Min
big Min
最後のアクティビティ: 2020 年 3 月 27 日

Recently, I have been learning the mathematical modeling of switching converters. Looking for a lot of data, I know that the current loop control mainly includes peak current, valley current and average current control methods. The detailed process of peak current modeling is found in the book "modeling, control and digital realization of switch converter". However, my brother has not found the detailed introduction of average current modeling. I would like to ask you brother and sister have any good information recommendation, the best is books (the most detailed explanation). Thank you very much!

I have issue with the design that i have downloaded from mathwork community. how to solve regarding this matter

Failed to load library 'powerlib_models' referenced by 'mcupqc/Subsystem/Voltage Measurement/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement1/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement2/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement3/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement4/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement5/model' Component:Simulink | Category:Model error Failed to load library 'powerlib_models' referenced by 'mcupqc/Three-Phase V-I Measurement6/model' Component:Simulink | Category:Model error

Skyscrapper
Skyscrapper
最後のアクティビティ: 2020 年 2 月 19 日

Hello everyone, I am trying to implement 3 level space vector modulation for a multilevel inverter. Without mapping vector for region selection of three level space vector, I am getting reference angle started from sector-1 to sector-6 as shown in ''theta_ref'' file. But when I am implementing mapping references for region selection (please see in the attached file ''mapping_reference''), the reference angle is shifting 180 degree that means it is starting from sector-6 to sector-1 as in attached file ''theta_ref_with_region_identification''. Could anyone please let me know why this is happening and how to solve this problem?

Thanks in advance.

N/A
N/A
最後のアクティビティ: 2020 年 2 月 18 日

hi MPPT on the designed bosst circuit does not work correctly. Can i get any help?

Tony Lennon
Tony Lennon
最後のアクティビティ: 2020 年 2 月 17 日

This article describes a six-step workflow for estimating the frequency response of an open-loop boost converter.

Estimating the Frequency Response of a Power Electronics Model

Chanaka Prabhath Karunarathna
Chanaka Prabhath Karunarathna
最後のアクティビティ: 2020 年 2 月 10 日

I have 1942x1 cell msgs. Single msg format is 1x1 Float64MultiArray. Inside that there is Data 16x1 double. I need to extract data and store them as vector [1942x16]. I was able to read every data and transpose them into 1x16. Now I need to store that 1x16 by row and build final 1942x16 vector. Does anyone have an idea for that?

ravi sankar
ravi sankar
最後のアクティビティ: 2020 年 2 月 20 日

how to Design ALMS algorithm using simulink please help me, for learning adaptive lms algorithms using simulink..without using LMS block

Droncan Aers
Droncan Aers
最後のアクティビティ: 2020 年 2 月 18 日

Good morning everyone,

I recently approached Simscape environment to similute (simple) electrical circuits based on resistors (R), capacitances (C) and direct current generators (I). The experience has been quite satisfactory.

Now I have to couple the Simscape models to novel modifications of sampling-based sensitivity analysis techniques and/or non gradient-based optimization methods (genetic algorithms, particle swarm, particle filters, etc) for model calibration. In this regard, I am not keen on potentilities offered by other toolboxes implemented in Simulink environment, rather than I would like to: i) to update the values of resistors, capacitances and current generators from script ii) to run the simulation from script iii) to collect the output in matlab workspace.

I looked for a while in possible solutions but I understood that it is not an easy task, and that the most common approach is to open the resume mask and manually update the parameters.

I wonder if there is any approach to do what I previously described. I know that it is possible with Simulink model, but have no idea if I can do the same with Simscape model.

The attached image is an example of Simscape model that I want to embed in a sensitivity analysis/optimization loop.

Thank you in advance for your kind advices

Hi,

I am trying to design a Simulink model for transmission cable to characterize some features of an existing electrical system. I am using the Lumped Parameter L-section with few segments. I want to set initial conditions to each segment capacitors. Is there a way I can set those?

Thanks in Advance.

Hi, I'm trying to solve this problem but I'm getting an error so far.
Problem:
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have
a = [1 2 2 2 1 3 2 1 4 5 1]
The answer would be 2, because it shows up three consecutive times
What I've written so far (not done):
a = [1 2 2 2 1 3 2 1 4 5 1];
[x,y] = size(a);
counter = zeros(1,10);
if x == 1
for i=1:1:y
if a(i) == a(i+1)
counter(a(i)) = counter(a(i))+1
end
end
else
for i=1:1:x
if a(i) == a(i+1)
counter(a(i)) = counter(a(i))+1
end
end
end
But it says "error" in the line of "if a(i) == a(i+1)". I noticed that it creates a variable called "i" which value is 11, but it should create a vector from 1 to 11. What's wrong here?
I know my solution might not be in the right direction or something, but please don't tell me anything!
Thanks in advance
vishnu thilack
vishnu thilack
最後のアクティビティ: 2020 年 1 月 10 日

Actually i have chosen the DC link capacitance in my inverter circuit. i wanted to know how to perform a simulation of it in MATLAB and to check the affecting parameters when the capacitance is varied and obtain a 3D graph.

I have simulated the photovoltaic (PV) module on Simulink as in my simulation. I want to transfer the signals of I-V scope into the plot in Matlab. But the scope do not show the voltage value on the X-axis. Instead, the X-axis shows the time. As a result, when I use the data saved in Matlab workspace, I just get the current-time plot instead of current-voltage plot. How can I fix this problem ? ( The current-time plot is the same as the I-V characteristic in datasheet of the PV panel, but the X-axis expresses the time value. I want to change it into voltage value)

mehmet salih fidaner
mehmet salih fidaner
最後のアクティビティ: 2019 年 12 月 23 日

hi MPPT on the designed bosst circuit does not work correctly. can you help?