photo

Shreeya


Last seen: 4 jours il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 3
  • 6 Month Streak
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
trainnet gives training loss is NaN
Hey Aliya I see that you are not able to train your UNET model due to Nan loss. There are a few troubleshooting methods you can...

12 jours il y a | 0

Réponse apportée
Could anyone tell me an accelerometer that will connect to matlab please?
Hello Accelerometers with I2C connectivity can be connected to an I2C master device such as a Raspberry pi or Arduino. The mast...

13 jours il y a | 0

Réponse apportée
How to check stability using bode-plot
Hello You can refer to the documentation linked below to add a Bode plot to a Simulink model: https://www.mathworks.com/help/s...

14 jours il y a | 0

Réponse apportée
Error "Cannot find S-function modue ‘joyinput’." when I try to compile my model.
Hello I understand that you want to generate code for a Simulink model containing the Joystick input block. A quick look at the...

14 jours il y a | 0

Réponse apportée
How to use the model of Governor Type 1?
Hello Simulink provides a governer type 1 model as a block. Here's the link to the documentation of the same: https://www.math...

15 jours il y a | 0

Réponse apportée
nonparametric linear kernel regression
Hello You can refer to the below file exchange for non-parametrical regression using Gaussian kernel.: https://www.mathworks.c...

15 jours il y a | 0

Réponse apportée
The following error occurred during deployment to your hardware board: The generated code exceeds the available memory on the processor. It uses 137.9% of available program
Hey I suppose the error message suggests that you need to optimize the generated code such that it can be executed on the proce...

19 jours il y a | 0

Réponse apportée
USRP N210 Matlab Crash in Communications Toolbox (USRP)
Hello From your question, I gather that you are unable to connect to the USRP Radio through the MATLAB's Communications Toolbox...

19 jours il y a | 0

Réponse apportée
Derivative of state 'X? in block 'integrator' at time Y is not finite
Hello A quick glance sugests that you want to handle a division by 0 in your Simulink Model. Here are a few workarounds for it:...

19 jours il y a | 0

Réponse apportée
cod for lossless audio compression
Hey, you can refer to the answer below for implementing lossless audio compression in MATLAB: https://www.mathworks.com/matlabc...

20 jours il y a | 0

Réponse apportée
When running cpp file in matlab, there is a problem of calling mex in error, how to solve it
Hey The error code in the output is C3861. This error code suggests that an identifier is missing. You can start by looking if ...

20 jours il y a | 0

Réponse apportée
Empirical relations generation for big data
Hello I think you can use PCA in this case to reduce the dimensionality of the data. You can refer to the documentation linked ...

20 jours il y a | 0

Réponse apportée
Error cannot open output file while building PIL Block
Hey, this error looks like an issue with the permissions of the mex file. Can you try resetting them by allowing both read and w...

21 jours il y a | 0

Réponse apportée
Error in connector.internal.webwindowmanager.setClientDefaults (line 26)
Hey , I'm not recieving this issue in 24a, can you please check if the version upgrade is helping in fixing this bug.

2 mois il y a | 0

Réponse apportée
how to make "if strcmp(coder.target,'rtw')" true in model simulation.
Hello coder.target("target") function returns 1 if the code generation target is set to "target", else it return 0. You can use...

2 mois il y a | 0

Réponse apportée
3d world editor java crash
Hello I had faced a similar issue, here are a few workarounds that you can try: Run the "javaclasspath" command to check if th...

2 mois il y a | 0

Réponse apportée
(I have provided a workaround in comments but it is no answer) Matlab example "Train Deep Learning Semantic Segmentation Network Using 3-D Simulation Data" doesn't work.
Hello A quick look at the error suggests that the content inside the folder is not included in the path and is not accessible, ...

2 mois il y a | 0

Réponse apportée
cant connect two blocks (unipolar to bipolar converter) to (product) in simulink
Hello I tried to reproduce the issue, since you are trying to connect two input ports together, thus the error. Assign a valid ...

2 mois il y a | 0

| A accepté

Réponse apportée
How to switch from using .dll to .so file with loadlibrary?
Hello From your question I infer that you are using the "loadlibrary" function to load a shared library. A quick look at the do...

3 mois il y a | 0

Réponse apportée
How to measure the power of the VSC port
Unusual reactive power as seen in the graph can be due to a misconfigured control algorithm. Can you please look into it. And if...

3 mois il y a | 0

Réponse apportée
Can we automatically find the threshold from CT images having 3 different materials?
Hello According to my understanding, you want to determine the thresholds in the images without any manual intervention. If you...

3 mois il y a | 0

Réponse apportée
color segmentation on a user-selected image using k-means clustering to identify and display different color classes, and visualizes the results with pie charts.
You can perhaps try to improve the K-means clustering result through the elbow method to find the optimal value of K, and check ...

3 mois il y a | 0

Réponse apportée
The error :undefined function getSampleTime for input arguments of type double
Hello As I understand, the error is "Undefined function ‹Name› for input arguments of type ‹Type›." You can refer to the thread...

3 mois il y a | 0

Réponse apportée
hyperparameter tuning in SVM
Hello Hyperparameter tuning can be implemented using bayesian optimization technique. You can refer to the link below which imp...

3 mois il y a | 0

Réponse apportée
How can I build a Neural Network model for pattern recognition using two (2) sensor datasets?
Hello You can start by creating distribution plots to analyze if the features across the datasets are similar. If they are, the...

5 mois il y a | 1

| A accepté

Réponse apportée
I want to add a next page for my appdesigner, how do I code the 'next page' button to lead me from homepage to next pagee?
Hello To create a multi window app in MATLAB App designer, you can refer to the following documentation page: https://www.math...

5 mois il y a | 0

Réponse apportée
How do I get to repeat the below vector one behind another like a train for a fixed interval
You can refer to the example code below which concatenates the temp array for 10 times. The parameters can be tuned for your use...

5 mois il y a | 0

Réponse apportée
How do you use App designer to read files from a folder, list the name of the variable stored, select them and save in CSV
Hello To load mat files and perform operations on them using the app designer, you can use, for example, the button component a...

5 mois il y a | 0

Réponse apportée
Can ode45 solve differential-algebraic equations?
Hello Solvers such as ode15s, ode23t, and ode15i are used to solve DAEs in MATLAB rather than ode45. Refer to the link below to...

5 mois il y a | 0

Réponse apportée
how to change font color of excel using Matlab (at specific sheet)
From the question, I understand that you want to change the color of a cell in a specific sheet of the excel file. In the below ...

5 mois il y a | 1

Charger plus