photo

Jatin Singh


Last seen: 1 jour il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I save my figure to eps AND keep white margins (from my defined figure and axes position)?
Hi @Zoe, If we go through the documentation of “Printing and Exporting” property of figure then we can see that we should use ...

2 jours il y a | 0

| A accepté

Réponse apportée
extract 1 row data of 1 table
Hi hang dong, There are few ways how this can be achieved. 1. If you don’t have fixed value to search on every time, you can...

2 jours il y a | 0

Réponse apportée
The radar auto driving example could not get the result I expected
Hi @Xuedong, You are correct that two figures are generated as part of the example, but on running the model you can only see ...

3 jours il y a | 0

| A accepté

Réponse apportée
How can I get the mean of my rgb2gray image and show the new image?
Hi Rebecca, As per my understanding you are trying to display an image with the mean value of the gray image. To do that yo...

4 jours il y a | 0

Réponse apportée
Combine multiple images (imfuse)
Hi @MechenG, The issue encountered is due to how images are combined. The “cat” function is concatenating the images along the...

4 jours il y a | 0

| A accepté

Réponse apportée
How to generate boxplot from data in struct
Hi Asef Islam, To do this, we must first format the data which can be read by the “boxplot” function. Let’s the group the data...

5 jours il y a | 0

Réponse apportée
Remogenerate optimized code by removing code for out-of-range floating point to integer conversions did not improve execution speed,is there a problem?
Hi @peter, Using the optimization technique of “removing out of range floating-point to integer” may not always give the requir...

5 jours il y a | 1

| A accepté

Réponse apportée
Reading data from Microsoft Excel
Hi @Kelechi Nwosu, There can be few reasons for getting errors while using the “xlsread” function. Kindly follow these tro...

6 jours il y a | 0

Réponse apportée
How to Access Enum Bus Signal in Variant Subsystem within Referenced Model?
Hi @Achraf, As per my understanding you are working with a variant subsystem in your base model, and you have an enumerated bu...

6 jours il y a | 0

Réponse apportée
Accelerometer measuremet of pixhawk 6X using UWAV Toolbox Support Package for PX4 Autopilots, MATLAB 2024a
Hi @Sakahisa Nagai, To help you solve the issue, I would recommend you go through the documentation for deployment on unsuppor...

17 jours il y a | 0

Réponse apportée
An efficient way to round decimal numbers up to the n-decimal in a cell array
Hi @Sim, Yes, this can be efficiently done using the "cellfun" function in MATLAB. "cellfun" applies a particular function to...

17 jours il y a | 1

Réponse apportée
My model have the ouput as input feedback, which is bus signal . Is there is any possibility of directly giving the output bus as input in simulink model.
Hi, As per my understanding you have a bus output, and you want to directly use that as the feedback input in your system. ...

18 jours il y a | 0

Réponse apportée
Issue Plotting Array in Imagesc
Hi, This happens when “imagesc” automatically tries to scale the colormap based on the range of data in array. It makes it hard...

18 jours il y a | 0

Réponse apportée
Plot a heatmap using small size data
Hi, The problem with encountering NaN values generally comes when the data size is small. In this scenario, to get a better vi...

19 jours il y a | 0

Réponse apportée
MATLAB only plotting most recent graph
Hi Anjana, As we can see we are using default “figure” objects in the code, and all the default figures have same "Position” p...

21 jours il y a | 0

Réponse apportée
Inputing all variables in a saved file through a function
Hi Chris, As per my understanding you want to perform an operation on various fields of structures stored in the saved file. ...

environ un mois il y a | 0

Réponse apportée
How to continue drawing bar charts on the basis of drawing maps
Hi Hongyun, You might want to have a look at this Merging a bar chart with a map, which does exactly that.

environ un mois il y a | 0

| A accepté

Réponse apportée
problem with storing in an array
Hi, This error usually occurs due to a mismatch in the dimensions of array you are trying to assign values to. In this case...

environ un mois il y a | 0

Réponse apportée
The command line isn't working on matlab online, and the workspace and other features on the side bar also don't seem to be working.
Hi, You can try resetting your MATLAB online editor using the steps mentioned in below MATLAB Answer. https://www.mathworks....

environ un mois il y a | 0

Réponse apportée
Roadrunner installation and liscence linking
Hi, For the detail steps of downloading and installing RoadRunner kindly refer to the below RoadRunner documentation: https:...

environ un mois il y a | 0

| A accepté

Réponse apportée
matlab app screen too large
Hi, If we refer to the documentation of “uifigure” based apps in the section “scrollable” property it has been stated that the ...

environ un mois il y a | 0