Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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 ...

plus d'un an il y a | 0

Réponse apportée
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 ...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 1

| A accepté

Réponse apportée
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...

plus d'un an il y a | 2

Réponse apportée
Second order non linear differential
Hi @Alessandro Meda Solving a second-order nonlinear differential equation analytically can be challenging, and often such equa...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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'...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 1

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 1

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 0

Réponse apportée
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...

presque 2 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 2 ans il y a | 1

| A accepté

Réponse apportée
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...

presque 2 ans il y a | 0

| A accepté

Charger plus