Risposto
Under voltage error occurred while estimating PMSM parameters using TI LaunchPad 28379D and Boost pack 8305
Hi Saathwik, I can understand that encountering an under-voltage error while estimating PMSM parameters using the TI LaunchPad 2...

7 mesi fa | 0

Risposto
Design a hydrokinetic turbine in Simulink.
Hi Kawsar, I understand that you are aiming to design a hydrokinetic turbine in Simulink using real mechanical data from an E...

8 mesi fa | 0

| accettato

Risposto
Is it possible to utilize the sound recorded on 'matlab mobile' during simulink real time simulation?
I comprehend that you want to leverage the sound recorded on 'MATLAB Mobile' in a Simulink real-time simulation. I invite you ...

8 mesi fa | 0

Risposto
how to create contant conical strucure in matlab mainwriting ?
Hi Alia, It is my understanding that you are seeking guidance on how to create a constant conical structure in MATLAB using i...

8 mesi fa | 1

| accettato

Risposto
how can i calculate this equation using matlab
Hello Seungpyo Kang, I observe that you want to solve a fourth-degree equation (quartic equation) in a similar manner in MATL...

8 mesi fa | 0

Risposto
How to add variables to the equation by using loop?
Hello Rufat Ismayilov, I see that you want to dynamically adjust the number of terms in an equation based on a specified lag v...

8 mesi fa | 0

Risposto
trainNetwork: รจ possibile accedere alla rete tramite la funzione di callback durante l'addestramento?
I capture the fact that you are looking to use Mean Absolute Error (MAE) as a loss function for evaluating the performance of yo...

9 mesi fa | 0

Risposto
How to set a dynamic property as transient?
From what I gather, you are seeking clarification on why setting the Transient attribute to true for a dynamic property in MATLA...

9 mesi fa | 0

Risposto
Importing OWL API in Matlab
From your question, I can understand that you are experiencing difficulties integrating the OWL API with MATLAB to load an ontol...

9 mesi fa | 0

Risposto
Inputting Statics Equilibrium Equations
I see that you are seeking guidance on how to enter and solve static equilibrium equations in MATLAB. I assume that you are usin...

9 mesi fa | 1

| accettato

Risposto
how to convert the single sided fft output into dBm
I reckon that you wish to convert the single-sided FFT output of a noisy signal into dBm units to compare with spectrum analyser...

9 mesi fa | 0

Risposto
Is the code repo for the seminar "Design and Simulation of Autonomous Surface Vessels (ASV)" available?
Hi Jason, I invite you to check the following File Exchange post, where you can also find the link to the GitHub repository wh...

9 mesi fa | 0

Risposto
2d Chebyshev polynomial interpolation
It is my understanding that you are seeking a method to interpolate a 2D polynomial over a grid of Chebyshev points, extending t...

9 mesi fa | 0

Risposto
Why does my speedup resolution reduction code not function correctly?
It is my understanding that you would like to determine why two versions of your MATLAB code, which aim to reduce image resoluti...

9 mesi fa | 0

Risposto
Import data from web and using button from the web
I understand that you would like to import data from the web using MATLAB functions. I assume that you are using MATLAB R2023b. ...

9 mesi fa | 0

Risposto
How to make use of asbTrajectory Tool
I reckon that you are trying to run and understand the Quadcopter Project example which can be found in the documentation of the...

9 mesi fa | 0

Risposto
Path planning for automated parking using hybrid A* algorithm
I understand that you are trying to run the "Automated Parking Valet" example in the Automated Driving Toolbox, which utilizes t...

9 mesi fa | 0

| accettato

Risposto
Simulating for U channel cooling system using own battery pack.
I suggest verifying the the sizes of the ports on both components (Module1.BottomExtClnt and U_shaped_Channels.Side1). As the er...

9 mesi fa | 0

| accettato

Risposto
How to generate Rayleigh/Weibull distributed complex random variable?
To generate a complex random variable with a Rayleigh or Weibull distribution, you can use the raylrnd or wblrnd functions in MA...

oltre un anno fa | 0

Risposto
Script to load .mat file from a path, calculate a value based on a formula, loop the same until the last file of the folder (could be 1000s) and add the calc'd values in one.
This is a sample script which will help you accomplish what you need: % Specify the folder containing the .mat files folder =...

oltre un anno fa | 0

Risposto
Extracting a specific row from two different variables
You can use MATLAB's logical indexing feature. Here is an example of how you can do this: Assuming your data is stored in two a...

oltre un anno fa | 0

Risposto
Feature selection in sequence to one regression
In the case of a sequence-to-one regression problem, where you have multiple time-series features and a single-valued target var...

oltre un anno fa | 0

| accettato

Risposto
Not able to run the app designer code.
The error you are encountering is because the registerApp method in your today4 class has different access permissions than the ...

oltre un anno fa | 0

Risposto
Calling Python modules in MATLAB function Simulink Block
The issue you are encountering is due to the way MATLAB handles Python function calls in the Simulink environment. In MATLAB scr...

oltre un anno fa | 0

Risposto
General code for chebyshev pseudo spectral method
The pseudo-spectral collocation method is a numerical method for solving differential equations using the spectral representatio...

oltre un anno fa | 2

| accettato

Risposto
How to insert cell array into first row of excel worksheet using worksheet and workbook properties (dot notation)?
You can add a row to the newly created worksheet using worksheet and workbook object properties in MATLAB. This is an example of...

oltre un anno fa | 0

| accettato

Risposto
Write values of large cell to .inp file
A combination of fprintf and loops can be used to write the values of the doubles in your cell array to a text file. A sample co...

oltre un anno fa | 0

Risposto
create a parquet file with struct inside it
Parquet is a columnar storage format that is optimized for reading and writing large amounts of structured data efficiently. Whi...

oltre un anno fa | 0

Risposto
A script to append a column with values and read multiple txt files from different folders
This is an example MATLAB code that should accomplish what you described: % Define the names of the folders containing the text...

oltre un anno fa | 0

Risposto
how can i form a ZCT matrix of 64*64.
The ZCT pattern is a matrix of -1's and 1's that is repeated in a checkerboard pattern across the matrix. This is an example co...

oltre un anno fa | 0

Carica altro