Answered
Fit Multiple gaussian curve on data with flat tops
Hi Amit, You asked, How to fit double gaussian curve for this data set which is flat at some domains? To answer your ques...

2 years ago | 0

Answered
I want to make a bar graph for this data from a csv file that has multiple information in 1 column (A) how do I make this graph
Hi Victor, To create a bar graph in MATLAB from data in a CSV file with multiple pieces of information in one column, you fir...

2 years ago | 0

Answered
exporting HYSYS stripchart using MATLAB
Hi Jun, You asked about exporting HYSYS stripchart using MATLAB code. I can definitely help you out to accomplish your goal. F...

2 years ago | 0

Answered
how to label the variance decomposition table
Hi Nafisa, You asked, However I want to modify the code such that in place of Var1, Var2, Var3, ....Var7 I have the predictor...

2 years ago | 0

Answered
how to calculate singular values in collin test to detect multicollinearity
Hi Nafisa, You asked how do I calculate the singular values from collin test and from svd function theoretically. To answ...

2 years ago | 0

Answered
How do I extract TEC variability from GPS data Using MATLAB
Hi Marouane, Your question was that you need scripts to extract TEC variability from GPS data Using MATLAB. To resolve your pr...

2 years ago | 0

| accepted

Answered
MCC DaqHat and Raspberry Pi Guidance
Hi Paul, I am wondering if anyone else has tried this configuration and if so is there any guidance that they would recommend? ...

2 years ago | 0

| accepted

Answered
Face vertices of a 3D voronoi cell
Hi Vinit, Try utilizing the voronoin function in MATLAB. After obtaining the cell indices using C{i}, you can extract the fac...

2 years ago | 0

Answered
How to start Implementing matlab code in wsn
Hi Ahmad, I can guide you on how to implement matlab code for wsn. Firstly, generate random sensor data. >> % Generate ra...

2 years ago | 0

Answered
Data input and target formatting for Deep Learning Models
Hi Isabelle, I am so sorry to find out that are still having issues with this problem. So, you mentioned this time that Do yo...

2 years ago | 0

Answered
Missing gpu.lib in R2024a
Hi Ilia, If I jog my memory, normally the nvcuda.lib file is typically located in the CUDA Toolkit installation directory. Yo...

2 years ago | 0

| accepted

Answered
Data input and target formatting for Deep Learning Models
Hi Isabelle, Sorry to hear that you are still having issues. I read your comments, If I have a 9(B) x 540 (T) dlarray and a...

2 years ago | 0

Answered
Data input and target formatting for Deep Learning Models
Hi Isabelle, Try using the permute function to reorder the dimensions. By using the permute function with the appropriate dim...

2 years ago | 0

Answered
Psychtoolbox- Error Using Screen
Hi Martin, No problem, Martin. It sounds like you encountered another error. To fix this error, ensure that the parameters pa...

2 years ago | 0

Answered
Test Exceptions and Mask Contraints within the TestManager
Hi Stefanie, You can use the verifyError function within your test case. For example, in your case, after running the simulat...

2 years ago | 0

Answered
Simscape multibody: How to simulate a cylinder rolling down an irregular surface
Hi Enan, You mentioned, Is there any way of specifying the block not to use convex hull? Or how could I go about fixing this ...

2 years ago | 0

Answered
multipath power from raytracing
Hi Nicolas, To help answer your question, align the two representations, you can calculate the power of each tap from the CIR...

2 years ago | 1

Answered
Stateflow - functions not connected to other blocks
Hi Claire, After reading your comments, I have created the data (a single type local data containing my range, 0 to 4). I ha...

2 years ago | 0

Answered
daeFunction() automatically removes state variables in resulting function handle
Hi Tim, In my opinion, to resolve your issue, you can use an alternative approach by manually construct the function handle. ...

2 years ago | 0

Answered
wrong motion of SCARA robot in dynamic
Hi Elham, I can definitely help you guide by providing an example to enhance your trajectory planning by considering dynamics...

2 years ago | 0

Answered
ee_getpowerlossSummary function not giving results
Hi Samveg, I just read your comments about facing with the script getting stuck at "Busy" this issue likely indicates a compu...

2 years ago | 0

Answered
problems in modeling a three-phase four-winding transformer YNyn0yn0+d5 with three "multi-winding transformer" in zero sequence component
To answer question about does anyone have an idea of how I can model the transformer using other Simulink models? Here is a s...

2 years ago | 0

Answered
problems in modeling a three-phase four-winding transformer YNyn0yn0+d5 with three "multi-winding transformer" in zero sequence component
Hi Ria, The behavior described by you where measurements align when using the compensation winding but deviate when other win...

2 years ago | 0

Answered
I am implementing forward neural network for prediction while taking weights from patternnet trained model
Hi Ajay, My suggestion would be revising the computation of the output layer in the neural network. Here is the code snippet ...

2 years ago | 0

| accepted

Answered
.CSV plugin for EEGlab that isn't mentalab?
Hi Etienne, If you are looking to import EEG data from a single .csv file, you can utilize the EEGLAB plugin called "csvread(...

2 years ago | 0

Answered
Cannot find the attached segmentation mask from the supporting file of Medical Image-Based Finite Element Analysis of Spine documentation
Hi Thattapong, If I were you then firstly, I will make sure that downloaded zip file is extracted correctly and that all nece...

2 years ago | 0

| accepted

Answered
wrong motion of SCARA robot in dynamic
Hi Elham, The only thing that comes to my mind to check if your trajectories consider the dynamics of the system accurately. ...

2 years ago | 0

Answered
STM32H7xx DMA interrupts not working on UART receive
Hi Shazam, My suggestions would be to verify that the DMA channel is properly linked to the UART and that the interrupt sourc...

2 years ago | 0

Answered
Error using gbellmf with Matlab
Hi Faycel, My suggestions would be to ensure that the parameters passed to gbellmf are appropriate for the Gaussian bell-sha...

2 years ago | 0

Answered
FE Model with function handle
Hi Geovane, You asked Is it possible to use a function handle within a femodel? So I could change the value of a material pro...

2 years ago | 0

Load more