已回答
When I run the commnad ControlSystemDesigner into MATLAB and the app opens, I dont see the label view on the upper window
Hi Jose, I understand that you’re having trouble seeing the label view in the Control System Designer app in MATLAB. Try the ...

1 year 前 | 0

已回答
Can we use 'sequenceInputLayer(inputSize)' with 'featureInputLayer' in multiple input deep convolutional neural network?
Hi, The error you’re encountering seems to be related to the format of your input data. It suggests that the input sequences m...

1 year 前 | 0

| 已接受

已回答
Designing an Induction motor from AC-DC-AC, I am not sure what code to enter for the function block. I want to check the speed and torque response with the change of frequency
Hi, As part of process design the AC design source and then use a diode bridge rectifier block to convert AC to DC. Then add ...

1 year 前 | 0

已回答
The particle swarm optimization algorithm optimizes the scale factor and quantization factor of the fuzzy PID controller
Hello, You can use the Particle Swarm Optimization (PSO) algorithm to optimize the scale factor and quantization factor of the ...

1 year 前 | 0

| 已接受

已回答
Change coordinate system, from EPSG 3003 to EPSG 32632 (i.e. WGS 84 / UTM zone 32N)
Hi, In MATLAB, you can use the 'projcrs' and 'projfwd' functions to transform coordinates between different coordinate referen...

1 year 前 | 1

| 已接受

已回答
Contour plot of R_0 against one parameter and two parameters.
Hi @BURHANUDDIN SAFI The error you’re encountering is because the contourf function in MATLAB expects a 2D matrix for its secon...

1 year 前 | 2

已回答
Second order non linear differential
Hi @Alessandro Meda Solving a second-order nonlinear differential equation analytically can be challenging, and often such equa...

1 year 前 | 0

已回答
I need to learn how to use this code. I'm trying to implement it in MATLAB. I'm having trouble getting the plane to assume a higher altitude.
Hi @DJ V The issue you’re facing is due to the commented line of code that changes the altitude (pd) of the plane. If you uncom...

1 year 前 | 0

已回答
MATLAB installation error on linux PC
Hi @sp, The error occurs when the Java that comes with the MATLAB installer suffers a critical memory leak. In order to install...

1 year 前 | 0

已回答
inputdlg Window Not Showing
Hi @Jaiden, Your code for checking even or odd numbers using 'inputdlg' looks mostly correct, but if the 'inputdlg' window isn'...

1 year 前 | 0

| 已接受

已回答
Embedded code for Randi function.it generates 625 arrays to some values, I want to know why it is generated 625 arrays of random values in initial function
Hi @leena, The randi function in MATLAB generates uniformly distributed random integers in a specified interval. The syntax you...

1 year 前 | 0

已回答
Regarding Matlab Simulink - R2019 Version
Hi, As mentioned by Daniel, it worked with me, when I tried to open the model in new Simulink. Also you can refer this for add...

1 year 前 | 0

| 已接受

已回答
Plot for Month and year
Hi, @Ara, Based on the understanding from your explaination in the question, you can use some MATLAB functions and script for i...

1 year 前 | 0

| 已接受

已回答
How to install PV_LIB Toolbox for Matlab
Hi @Diane I feel you can access the mat files of the MATLAB_PV_LIB from the github. Try these steps: Go to the PV_LIB Toolbox...

1 year 前 | 0

| 已接受

已回答
How to set a bluetoothLEnode to function as multi Bluetooth role?
Hi @Emiel le Clercq I understand you are interested to know if you can set and use bluetoothLENode function for both the periph...

1 year 前 | 1

| 已接受

已回答
Garch-evt - copula
Hi @Hamid Muili, There isn't a direct toolbox which directs you for the estimation for Egarch - EVT - COPULA Model. But there a...

1 year 前 | 0

已回答
What type of test does matlab use to obtain corr pvalue?
Hi @Luis Jesús Olvera Lazcano, In MATLAB, the function 'corr' can compute the correlation coefficient and its p-value. The p-va...

1 year 前 | 0

| 已接受

已回答
Issue with working with Generate CU-plane Messages for ORAN Fronthaul Test
Hi @Nakka Shankar For opening the generating the 'pcap' file in Wireshark you have to download the Wireshark software, using 'w...

1 year 前 | 0

| 已接受

已回答
How to get longitude and latitude?
Hi @Ara To calculate the longitude and latitude from the given GNSS (Global Navigation Satellite System) radio occultation data...

1 year 前 | 1

| 已接受

已回答
blank matlab icon on taskbar after a change in matlab directory.
Hi @feynman feynman, To restore the MATLAB icon, you should right-click on any impacted MATLAB icons, select 'Properties' and c...

1 year 前 | 0

| 已接受

已回答
Equally spaced points along a nonlinear path
Hi @Kacper To equally divide a path that is linear by parts, you can follow these steps: Calculate the total length of the pat...

1 year 前 | 0

| 已接受

已回答
Improving optimization results(Fmincon)
Hi @naiva saeedia, After going through the codes you provided, I can suggest you to try some workarounds and see if the code ge...

1 year 前 | 0

| 已接受

已回答
How to define line code to block Frequency EEG based on specific range?
Hi @MOUSTADRANE, Refer this code as a starting point: % Assuming 'eegData' is your EEG data and 'Fs' is the sampling frequency...

1 year 前 | 0

| 已接受

已回答
How do I define HANTS matlab parameters?
Hi @gauri Please consider these as my suggestations from my research and exploration and try to see if you can resolve the issu...

1 year 前 | 0

已回答
when making custom PCB and pcb trace, what is the thickness of the trace?
Hi @VASILEIOS CHRISTIANIDIS Looks like the thickness of the trace (conductor layer) is not directly specified in the RF PCB Too...

1 year 前 | 0

已回答
How to fix this issue, I'm trying to run a temperature sensor in Arduino Uno
Hi @Seer John Lucas The error message you’re seeing is due to the use of end in the set function call. In MATLAB, end is used t...

1 year 前 | 0

已回答
What could be the solution of this error (Parse error ar'(':usage might be invalid MATLAB syntax)?
Hi @Abdallah Alrefaie The error message you’re seeing is typically due to a syntax error in your MATLAB code. In your case, the...

1 year 前 | 0

已回答
Problem in solving an optimization problem
Hi @naiva saeedia The fmincon function in MATLAB is designed for continuous optimization problems, and it doesn’t directly supp...

1 year 前 | 1

| 已接受

已回答
How to use Taylor Series in stateflow?
Hi @Eonyong In Stateflow, you can use mathematical functions and expressions, including the Taylor series, directly in your sta...

1 year 前 | 1

| 已接受

已回答
How to plot contour ?
Hi @GULZAR, The issue with your contour plot attempt lies in the incorrect handling of the Q_factor_ array. You're attempting t...

1 year 前 | 0

| 已接受

加载更多