photo

Muskan


Last seen: Today Actif depuis 2024

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
how to do a contour plot using function handle?
Hi, As per my understanding the issue occurs because because "fcontour" needs a function handle that takes two individual scala...

environ 13 heures il y a | 0

Réponse apportée
How to make bar plot with group mean and add scatter plot on top to demonstrate samples within group?
Hi, As per my understanding, to create a bar plot with group means and overlay a scatter plot to show individual samples within...

environ 14 heures il y a | 1

Réponse apportée
How to reach train and test and their predictions in nftool?
Hi, As per my understanding you can follow the following steps to obtain the training and testing datasets along with their pre...

environ 20 heures il y a | 1

| A accepté

Réponse apportée
Launching MATLAB2024a
Hi, This error occurs when the license information can not be read properly or has been corrupted. Therefore, new license infor...

6 jours il y a | 1

| A accepté

Réponse apportée
An error occurred when opening matlab: Unable to communicate with the required Mathworks service (error 5201), which still cannot be solved after trying the solution on the of
Hi, As per my understanding error indicates that MATLAB has encountered a licensing issue. Following is a MATLAB Answers threa...

6 jours il y a | 0

Réponse apportée
can someone explain this error?
Hi, As per my understanding, the error message you are encountering indicates that you are trying to access a method, property,...

6 jours il y a | 0

Réponse apportée
saving elements of a dataset as images
Hi, As per my understanding, to save the "inputData(:,:,idxSelected(i)") as an image file, you can use MATLAB's "imwrite" funct...

6 jours il y a | 1

Réponse apportée
There's no 'Training' and 'Data' in my DeepNetworkDesigner APP, Ver. R2024a
Hi, From MATLAB R2024a, Deep Network Designer updated to use "dlnetwork" objects by default. This version of Deep Network Desi...

7 jours il y a | 0

| A accepté

Réponse apportée
How could I fix this file path error?
When you run a MATLAB file, your current folder (often displayed on the left hand side) must be the one where that file is store...

7 jours il y a | 0

Réponse apportée
Problems with the evaluateObjectDetection function
Hi, as per my understanding of the issue, it looks like the error message you are encountering is because "detectionResultsTbl"...

7 jours il y a | 0

Réponse apportée
merging/uniting plots having multiple data
Hi, You can use the "figmerge" function which merges a number of figures into subplots within a single figure. This function me...

7 jours il y a | 0

Réponse apportée
export stripchart data using matlab
Exporting data from a stripchart to an Excel file in MATLAB involves extracting the data from the stripchart and then writing it...

25 jours il y a | 1

Réponse apportée
Plot 3D data from excel file
You can use the "surf" function in MATLAB to plot the surface plot. Please follow the following steps: 1) Prepare Your Excel Fi...

27 jours il y a | 0

Réponse apportée
Acquire Images from a Mobile Device Camera- is max resolution locked at 720p?
Hi, One alternate approach which you can follow is to capture images using the iPhone's native camera app, ensuring full reso...

27 jours il y a | 0

Réponse apportée
No classification layer in MATLAB Deep network designer
As per the offical domentation from MATLAB R2024a, "classificationLayer" is not recommend to use. Please use the "trainnet" func...

27 jours il y a | 0

Réponse apportée
Matlab doesn´t respect the UI Scale of my OS
The MATLAB scale factor affects MATLAB desktop and the size/position of windows. You can set the scale factor in MATLAB. Please ...

27 jours il y a | 0

Réponse apportée
I built a cross-validated SVM model with fitcsvm but I cant seem to use "predict" to predict responses from a new data with the model
Hi You can make sure that "CValidated_SVMModel_for_AUC1" is a cross-validated SVM model object created using "fitcsvm" and that...

27 jours il y a | 0

| A accepté

Réponse apportée
I need help implementing Extended Kalman Filter
Hello Umberto, The formulation of an extended Kalman is based on the linearization of the state equation and measurement equati...

29 jours il y a | 0

Réponse apportée
Comunicazione seriale con Arduino
As per my understanding of the query, to troubleshoot and solve the issue with serial communication between the Teensy and the A...

29 jours il y a | 0

Réponse apportée
Phased Array antenna design
Hello, You can refer to the following documententation on "Phased Array Design and Analysis" for more information : https://in....

29 jours il y a | 0

Réponse apportée
how to calculate median of grouped data in MATLAB
Calculating the median of grouped data involves estimating the median from a frequency distribution table. Ypu can follow the fo...

29 jours il y a | 0

Réponse apportée
Execute a Matlab script from Docker container
You can refer to the following MATLAB Answer to help troubleshoot license related issues: https://in.mathworks.com/matlabcentra...

environ un mois il y a | 0

Réponse apportée
Simulink Arduino Support Package - No appropriate method, property, or field.../can't connect to server keeps occuring despite trying answers
Hello Krystof, You can refer to the flollowing MATLAB Answer on how to "Troubleshoot Installation issues of Simulink Support Pa...

environ un mois il y a | 0

Réponse apportée
How many inport or outport in a runnable in the simulink model?
In Simulink, there isn't a strict limit on the number of inports or outports that a runnable can have. However, practical limits...

environ un mois il y a | 0

| A accepté

Réponse apportée
Help read temperature data from MAX6675 sensor connected to Arduino
Hello Andrew, After going through the code, here are a few pointers: 1. Correct the SPI Configuration The first issue is with...

environ un mois il y a | 0

Réponse apportée
How to disable installing INSTALLMATHWORKSSERVICEHOST.EXE?
Hello Frantisek, You can refer to the following MATLAB Answer, particularly the steps in point 1, "End all MATLAB-related proc...

environ un mois il y a | 0

Réponse apportée
MATLAB Runtime Installer for Mac 64bit Intel cant be opened
Hi Nathania, You can refer to the following MATLAB Answer that might help with the troubleshooting steps: https://in.mathworks...

environ un mois il y a | 0

Réponse apportée
Arduino Uno /Simulink: Sample Time not updating with different values
Hi Scarlet, You can follow the below steps to troubleshoot the issue, Verify Sample Time Configuration Ensure that the sample...

environ un mois il y a | 0

| A accepté

Réponse apportée
SPI Buffer Frame Structure
Hi Satish, As per my understanding, you can use the C28x SPI Transmit block. You can refer to the following documentation for b...

5 mois il y a | 0

Réponse apportée
Getting error: "Invalid combination of start bit, signal size, and byte order", when packing message in big endian format using vehicle network toolbox
The start bit and the byte order are not independent. You can further refer to the following MATLAB Answer for a better understa...

5 mois il y a | 0

Charger plus