メインコンテンツ

結果:

Rizwan
Rizwan
最後のアクティビティ: 2024 年 1 月 18 日

Hi
I am using simulink for the frequency response analysis of the three phase induction motor stator winding.
The problem is that i can't optimise the pramaeter values manually, for this i have to use genetic algrothem. But iam stucked how to use genetic algorithum to optimise my circuit paramter values like RLC. Any guidence will be highly appreciated.
Chen Lin
Chen Lin
最後のアクティビティ: 2024 年 3 月 2 日

Starting with MATLAB can be daunting, but the right resources make all the difference. In my experience, the combination of MATLAB Onramp and Cody offers an engaging start.
MATLAB Onramp introduces you to MATLAB's basic features and workflows. Then practice your coding skill on Cody. Challenge yourself to solve 1 basic problem every day for a month! This consistent practice can significantly enhance your proficiency.
What other resources have helped you on your MATLAB journey? Share your recommendations and let's create a comprehensive learning path for beginners!
sky
sky
最後のアクティビティ: 2024 年 5 月 21 日

I'm having problem in its test 6 ... passing 5/6 what would be the real issue..
am wring Transformation matrix correct.. as question said SSW should be 202.5 degree...
so what is the issue..
AMIT SURYAVANSHI
AMIT SURYAVANSHI
最後のアクティビティ: 2024 年 1 月 13 日

i am just thinking to make a project on software defined ratio SDR using matlab and its toolboxes but I am UG student in ECE don't know how to start can we have discussion here and want the guidance from the best or good persons in the field of wireless communication
I am a beginner of deep learning, and meet with some problems in learning the MATLAB example "Denoise Signals with Adversarial Learning Denoiser Model", hope very much to get help!
1. visualizaition of the features
It is my understanding that the encoded representation of the autoencoder is the features of the original signal. However in this example, the output dimension of the encoder is 64xSignalLength. Does it mean that every sample point of the signal has 64 features?
2. usage of the residual blocks
The encoder-decoder model uses residual blocks (which contribute to reconstructing the denoised signal from the latent space, ). However, only the encoder output is connected to the discriminator. Doesn't it cause the prolem that most features will be learned by the residual blocks, and only a few features that could confuse the discriminator will be learned by the encoder and sent to the discriminator?
Hassan Ali
Hassan Ali
最後のアクティビティ: 2025 年 1 月 16 日

Hello everyone,
Im trying to simulate an 3-phase inverter, and for analysis of semicondcutor switches cuurent and voltage, I witness some unusal behaviour. I have connected a current sensor to the drain to calculate and visialize drain current, but the waveform is lookibg something like in picture if instaneous overshooting when going form high to low or vice versa, and the magnitude of the overshooting pulse can reach upto 500 Amps.
Kindly, guide me what am i doing here wrong? and one more thing is that I have set the Ids current to be 63Amps for N-channel Mosfet, but the output is 42-44 Amp max, what could be the reason behind it?
Thank you in advance!!
I would tell myself to understand vectorization. MATLAB is designed for operating on whole arrays and matrices at once. This is often more efficient than using loops.
Gogu
Gogu
最後のアクティビティ: 2024 年 2 月 19 日

Ma poate ajuta cineva in rezolvarea acestei probleme, va rog frumos?!
Fie sistemul
x1 + x2 − x3 + x4 = 1,
x1 + 2 x2 + x3 − 3 x4 = 1.
• Identificaţi o metodˇa pentru calculul aproximativ al unei soluţii în sensul problemei celor mai mici
pˇatrate;
• Identificaţi o soluţia în sensul problemei celor mai mici pˇatrate care este cea mai apropiatˇa de
(0, 0, 0, 0)T
loc nv
loc nv
最後のアクティビティ: 2024 年 1 月 11 日

I am using the SVM block available in Matlab for simulation, but when I open this block, it doesn't seem to resemble any SVM algorithm that I am familiar with. Could someone explain or provide information about the SVM algorithm used in this block? Thank you in advance.
Vain
Vain
最後のアクティビティ: 2024 年 2 月 7 日

In matpower 7.1 there are many kinds of system tests available. In this case, I wanted to add a photovoltaic generator to the test system. I've seen some discussions about adding a generator to the matpower. However, I don't understand several things:
1. Where should I add a photovoltaic generator to the system test? For example in case5 below:
function mpc = case5
%% MATPOWER Case Format : Version 2
mpc.version = '2';
%%----- Power Flow Data -----%%
%% system MVA base
mpc.baseMVA = 100;
%% bus data
% bus_i type Pd Qd Gs Bs area Vm Va baseKV zone Vmax Vmin
mpc.bus = [
1 2 0 0 0 0 1 1 0 230 1 1.1 0.9;
2 1 300 98.61 0 0 1 1 0 230 1 1.1 0.9;
3 2 300 98.61 0 0 1 1 0 230 1 1.1 0.9;
4 3 400 131.47 0 0 1 1 0 230 1 1.1 0.9;
5 2 0 0 0 0 1 1 0 230 1 1.1 0.9;
];
%% generator data
% bus Pg Qg Qmax Qmin Vg mBase status Pmax Pmin Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_10 ramp_30 ramp_q apf
mpc.gen = [
1 40 0 30 -30 1 100 1 40 0 0 0 0 0 0 0 0 0 0 0 0;
1 170 0 127.5 -127.5 1 100 1 170 0 0 0 0 0 0 0 0 0 0 0 0;
3 323.49 0 390 -390 1 100 1 520 0 0 0 0 0 0 0 0 0 0 0 0;
4 0 0 150 -150 1 100 1 200 0 0 0 0 0 0 0 0 0 0 0 0;
5 466.51 0 450 -450 1 100 1 600 0 0 0 0 0 0 0 0 0 0 0 0;
];
%% branch data
% fbus tbus r x b rateA rateB rateC ratio angle status angmin angmax
mpc.branch = [
1 2 0.00281 0.0281 0.00712 400 400 400 0 0 1 -360 360;
1 4 0.00304 0.0304 0.00658 0 0 0 0 0 1 -360 360;
1 5 0.00064 0.0064 0.03126 0 0 0 0 0 1 -360 360;
2 3 0.00108 0.0108 0.01852 0 0 0 0 0 1 -360 360;
3 4 0.00297 0.0297 0.00674 0 0 0 0 0 1 -360 360;
4 5 0.00297 0.0297 0.00674 240 240 240 0 0 1 -360 360;
];
%%----- OPF Data -----%%
%% generator cost data
% 1 startup shutdown n x1 y1 ... xn yn
% 2 startup shutdown n c(n-1) ... c0
mpc.gencost = [
2 0 0 2 14 0;
2 0 0 2 15 0;
2 0 0 2 30 0;
2 0 0 2 40 0;
2 0 0 2 10 0;
];
2. What about the parameters included for the specifications of a photovoltaic generator? In this case, I want to add a 100 MW photovoltaic generator.
3. In the "runopf" simulation, is the value of the 'objective function value' the amount of generation cost of the system? Do these costs include fuel costs, operating costs, maintenance costs, and also the initial investment?
Thanks in advance.
Zamolxes
Zamolxes
最後のアクティビティ: 2024 年 1 月 11 日

Dear Forum,
I tryed to use my STM32F767zi nucleo with simulink.
I followed the steps from the training material.
In the end I ended up with only 2 libraries rather than 5 as in the training video !!
Where are the missing 3 libraries?
I use Matlab 2020a
Thank you
Andy
James Prestegard
James Prestegard
最後のアクティビティ: 2024 年 1 月 12 日

I have been developing a neural net to extract a set of generative parameters from an image of a 2-D NMR spectrum. I use a pair of convolution layers each followed by a fullyconnected layer; the pair are joined by an addtion layer and that fed to a regression layer. This trains fine, but answers are sub-optimal. I woudl like to add a fully connected layer between the addtion layer and regression, but training using default training scripts simply won't converge. Any suggestions? Maybe I can start with the pre-trained weights for the convolution layers, but I don't know how to do this.
JHP
how can I do to get those informations?
DGM
DGM
最後のアクティビティ: 2024 年 3 月 12 日

I noticed a couple new replies show up on the recent poll a day or so ago, but since then, the page can't be loaded anymore in any browser I've tried.
cui,xingxing
cui,xingxing
最後のアクティビティ: 2024 年 1 月 4 日

Is MathWorks going to spend 5 years starting in 2024 making Python the #1 supported language?
I'm not sure it's authentic information, and am looking forward to a high level of integration with python.
Reference:
Shore
Shore
最後のアクティビティ: 2024 年 1 月 4 日

This is not a question, it is my attempt at complying with the request for thumbs up/down voting. I vote thumbs up, for having AI.....
I am not sure if specific AI errors are to be reported. Other messages I just read from others here and the AI Chat itself clearly state that errors abound.
My AI request was: "Plot 300 points of field 2"
AI Chat gave me, in part:
data = thingSpeakRead(channelID, 'Fields', 2, 'NumPoints', 300, 'ReadKey', readAPIKey);
% Extract the field values
field1Values = data.Field1;
% Plot the data
plot(field1Values);
The AI code failed due to "Dot indexing is not supported for variables of this type"
So, I corrected the code thus to get the correct plot:
data = thingSpeakRead(channelID, 'Fields', 2, 'NumPoints', 300, 'ReadKey', readAPIKey);
% Extract the field values
%field1Values = data.Field1;
% Plot the data
plot(data);
I see great promise in AI Chat.
Opie
Chen
Chen
最後のアクティビティ: 2024 年 2 月 7 日

i need a code It can meansure the Apothem distance at per 10° angles
Hassan Ali
Hassan Ali
最後のアクティビティ: 2025 年 1 月 16 日

Hello Everyone,
I want to model an electric vehicle in simscape electrical, I have few quiries regarding it.
  1. I have modelled an 3-Phase inverter, and used ee_getPowerLossSumary to get switching losses, and the results are okay as i was expecting, but now is there any other function to calculate conduction losses?
  2. I want to connect a BLDC motor, I have few parameters from manufacturers datasheet, but not all the parameters, so what would the best way according to your understanding, to model motor losses (Copper + Core).
I'm trying to calculate major fundamental losses of an EV. Looking for your inputs on this.
Thank you!
hj
hj
最後のアクティビティ: 2024 年 1 月 4 日

i am trying to build a pulse radar using barker codes. i modulate the barker code and sine wave and added some noise as well. then i attached a matched filter whose parameters are shown in the image. and then made an attempt to demodulate, which i don't think is right. can someone please help me with the matched filter- like are the coefficients right? and also what else can i add remove and demodulate/detect.
PLEASE HELP ME OUT HERE I HAVE BEEN STUCK FOR QUITE A WHILE AND UNABLE TO FIGURE OUT HOW TO GO FURTHER
saeede
saeede
最後のアクティビティ: 2024 年 1 月 4 日

I need your help.
I am working on a simulink model and I want whenever run it, I give it some inputs. e.g. I can give it different heights when I want it to work.
I defined a file.m in the same directory and same name. but whenever I run it I face this error:
What should I do?