回答済み
How to load bus data to simulink using from file block
Hi, In two ways it's possible to load bus data. 1. Load the variable to workspace , use from workspace block and change th...

5年以上 前 | 0

回答済み
How do I find the dot product of 2 matrices without the same number of elements?
Hi, To create the equal size of a vector you have to do padding. Example: A = [1 2 3 0]; B = [12 20 15 7]; ...

5年以上 前 | 0

回答済み
When running Simulink OnRamp I get an question mark icon, instead of a presentation of the Solution. (same with Hint)
Hi, Copy the same block and connect it again in your Simulink model you will get the solution

5年以上 前 | 0

回答済み
Road Profile as Input in Simulink
Create a call back function in Simulink by using model explorer.

5年以上 前 | 1

回答済み
Realtime data from 'To workspace' block
Hi, You can create a call back function for the Simulink model automatically variables will save in workspace

5年以上 前 | 0

回答済み
Getting an error "Matrix Dimension must agree" in matlab program. Help me.
Hi Try this B_matrix(1,i)=1/s.*repmat(N_dash, 3, 1) .* repelem(ey, 3, 1)

5年以上 前 | 0

回答済み
how compare the results of the same simulation with different parameters
Save the first variable in mat file. Again run the file for second variable and compare both variables now

5年以上 前 | 1

| 採用済み

回答済み
Air conditioner model to be added as a block in the power system
Hi, <http://przyrbwn.icm.edu.pl/APP/PDF/132/app132z3-IIp010.pdf> Check this link

5年以上 前 | 0

回答済み
Can anyone give me a simple while and if statemet for this problem, please
Hi, Install updated phased array antenna toolbox in add ons

5年以上 前 | 0

回答済み
Power System and Wind Turbine simulation gives solver error
Hi, Try to put the sampling time as 50 or else try to change sampling time inside the Simulink blocks

5年以上 前 | 0

回答済み
problem while using state flow from math work examples
Hi, Copy the directory of your current file and paste it into my computer directory. You will get the file or else in the same...

5年以上 前 | 0

回答済み
how to enable the simulation type of powergui to be distract or phase? it shows only continuous mode.
Hi, In Matlab Simulink file corner page, you have settings icon. Click on that icon and change the automatic mode to ODE 45 o...

5年以上 前 | 1

| 採用済み

回答済み
Plot in matlab 2012 not working in matlab 2016
Hi, In your Matlab 2012 code commands may be updated in Matlab 2016. Compare both the call backs with updated commands. You w...

5年以上 前 | 0

回答済み
I am unable to import DC machine model to my simulink page.
Hi, Check the call back function in Matlab Simulink explorer. Go for Matlab Simulink click on file select model explorer. T...

5年以上 前 | 0

回答済み
Why discrete transfer function show different result in Simulink but same result in Matlab?
Hi, Check the sampling time for all the blocks.

5年以上 前 | 0

回答済み
How to re-create the attached diagram in Simulink?
hi, Below blocks are used in the image what you have shared, 1.Sum 2.Transfer function 3.gain 4.Connection Port 5. PID C...

5年以上 前 | 0

| 採用済み

回答済み
Is it possible to get just the summary report from a report generated by Simulink Test?
Hi, If you are using the powergui block in Simulink means check it. You will the whole report of your Simulink

5年以上 前 | 0

回答済み
How to export from Matlab workspace to Simulink the transfer function
Hi, Open model explorer in Matlab Simulink. Create a preload function for the saved variables in workspace then run the Simul...

5年以上 前 | 0

質問


How to design fuzzy logic controller for Multilevel inverter?
Hi, I need to design a fuzzy logic controller based multilevel inverter. Anyone familiar with fuzzy-based multilevel inverters,...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


How to create pairwise comparison matrix from input matrix?
Hi, I have a matrix 50*48 with all integer values. I want to create a pairwise comparison matrix for the input matrix. Pleas...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


How to remove NaN in rows and columns of excel data set in matlab?
Hi, I have the excel dataset of 50*48 matrix but it is having some NaN values also? I want to remove the NaN values from the mat...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to generate bode plot in DFIG Simulink Model ?
Check with simulink examples for connection.

5年以上 前 | 0

回答済み
Generate 8 pulses for a dual active bridge.
below link having the reference with 4pulse, 8pulse,12pulse variation check it <https://in.mathworks.com/help/physmod/sps/pow...

5年以上 前 | 0

回答済み
Therer is no Exlink in my Toolbox,what should i do?
Save the exlink file in the same directory then call that file in the main file then run it. if you have any doubt check this l...

5年以上 前 | 1

質問


In which format I have to give the inputs?
Hi, I want to optimize heat exchanger design parameters I am creating an objective function for that. a = temp parameters, b ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


classify the data using LSTM
How to classify the data using LSTM?

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to plot multiple x-axes on a graph and have them show up on the same scale?
Try this, https://in.mathworks.com/help/matlab/creating_plots/combine-multiple-plots.html

5年以上 前 | 0

回答済み
How to phase shift a signal in simulink?
Try this, https://in.mathworks.com/help/simrf/ug/variable-phase-shift.html

5年以上 前 | 0

回答済み
How to get mask parameters of a Simulink block
https://in.mathworks.com/videos/creating-a-mask--masking-fundamentals-1480973303346.html

5年以上 前 | 0

さらに読み込む