Community Profile

photo

Ayush Modi


Last seen: 3 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Matlab crushes when importing large point cloud in xyz
Hi Paulina, I am also encountering a similar issue that you have mentioned and received the same stack trace. I was able to res...

9 Tage vor | 0

Beantwortet
C++ code converting into Simulink
Hi Maryam, You can use Simulink.CodeImporter class to import custom C++ code into Simulink for modeling, verification, and vali...

9 Tage vor | 0

Beantwortet
Calculate mean and standard deviation, the result is different from excel
Hi, I copy pasted the values of adjusted_image variable in the excel, and used the below formulas to calculate the value. =AVE...

10 Tage vor | 0

| akzeptiert

Beantwortet
Error while using Resnet-50 for transfer learning
Hi Bushra, Refer the following answer by @Sugandhi - https://www.mathworks.com/matlabcentral/answers/1962759-error-using-train...

12 Tage vor | 0

Beantwortet
How can I write complex double cell to excel?
Hi Majid, I found a similar question in the community. As @Walter Roberson said, this error is caused due to the limitation on ...

13 Tage vor | 0

| akzeptiert

Beantwortet
How to calculate an output from each row of a matrix?
Hi Benjamin, You can calculate the difference between the minimum and maximum of each row without anonymous function. See below...

13 Tage vor | 0

| akzeptiert

Beantwortet
AI Chat Playground generated an interactive plot with a slider and a bug
Hi Tomazz, This seems like a bug. As a workaround, use plot function instead of line function. This updated the plot even when ...

16 Tage vor | 1

| akzeptiert

Beantwortet
How to remove data Overfitting Issue in my training model
Hi Naitik, I found similar question in the community - https://www.mathworks.com/matlabcentral/answers/1950373-overfitting-dee...

16 Tage vor | 0

Beantwortet
How do I display simulink simulation data as a table
Hi Dieter, I understand you want to get the output of simulink model in the MATLAB workspace, so that you can create a table fr...

16 Tage vor | 0

| akzeptiert

Beantwortet
How to read first column containing names of shapefiles from data matrix?
Hi Devendra, You can achieve this using additional import options opts in the readmatrix function. opts = detectImportOptions(...

20 Tage vor | 0

| akzeptiert

Beantwortet
How to create an attention layer for deep learning networks?
Hi Mohanad Alkhodari, kollikonda Ashok kumar Refer to the following MathWorks documentation as an example on how to use custom ...

etwa 2 Monate vor | 0

Beantwortet
Error: The class uint64 does not map to a 64-bit C type.
Hi Gerd, I found similar question in the community. https://www.mathworks.com/matlabcentral/answers/2021636-simulink-coder-typ...

etwa 2 Monate vor | 0

Beantwortet
How do I add parameters in Simulink Sensitivity Analyzer?
Hi, Refer to the following MathWorks documentation to know how to add parameters to "Sensitivity Analyzer": https://www.mathwo...

etwa 2 Monate vor | 0

Beantwortet
How to make axis line invisible but keep ytick and yticklabel visible in double Y-axis figures
Hi Hongyun, You can use the "Visible" property for each Y-axis separately to disable the axis-line. Here is an example to demon...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
Is it possible to use the workspace in a real time simulink simulation?
Hi Anton, Question-1: how can I run a MQTT broker in Simulink? You can use "MQTT Subscribe" and "MQTT Publish" blocks availabl...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
How can I control the voxel size using 'imwrite'?
Hi Harsha, To avoid the change in voxel size when using the "imwrite" function in MATLAB, you can specify the resolution of the...

etwa 2 Monate vor | 0

Beantwortet
Get only block name from get() function
Hi Ewela, There is no direct way to get the block name from a line handler without using any string manipulation functions in M...

etwa 2 Monate vor | 0

Beantwortet
Get SrcPortName from only line handle (without block handle)
Hi Ewela, The provided code works for me and I am able to get the value in portname. However, playing around with it, I found o...

etwa 2 Monate vor | 0

Beantwortet
How to combine propagationData data types?
Hi Michal, The "propagationData" datatype variables do not have a built-in method for merging. As a workaround, you can manual...

etwa 2 Monate vor | 0

Beantwortet
How to receive and visualize CAN Data using CAN explorer?
Hi Jay, I am assuming, after setting up the scope, you started the monitoring from the toolstrip. This enables the MathWorks Vi...

etwa 2 Monate vor | 0

Beantwortet
Pulse from matlab code to Simulink
Hi, I understand you want to integrate MATLAB code with a "Simulink" model for controlling a Three-Phase Breaker based on a spe...

etwa 2 Monate vor | 0

Beantwortet
Is there a 'fitpiqe' to build the customer Perception-based image quality evaluator model for PIQE?
Hi John, I do not see "fitpiqe" function in the MathWorks documentation. However, I understand from the MathWorks documentatio...

2 Monate vor | 0

Beantwortet
How to evaluate the image generated with CycleGAN?
Hi John, You can consider to assess the performance of the GAN model using "No Reference Image Quality" Metrics. Most commonly ...

2 Monate vor | 0

| akzeptiert

Beantwortet
Help with MATLAB bootci function.
Hi Nicholas, The "bootfun" input parameter in the "bootci" function is a handle to a function that computes the statistic of in...

2 Monate vor | 0

Beantwortet
How can I run a Matlab file with MCR (Matlab Compiler Runtime) in a Linux terminal?
Hi Nils, Question - 1: How can I run a MATLAB (*.m) file in this Linux docker with a terminal command? To run MATLAB (*.m) fil...

2 Monate vor | 0

Beantwortet
How to calculate S11 from time domain response (TDR)?
Hi Stepan, You can calculate the S11 parameter from tdr data by performing Fourier Transform analysis. Here is an example to de...

2 Monate vor | 0

Beantwortet
How can I do a Fourier series expansion of a wave-scan from an EDF file in MATLAB?
Hi Sergio, I understand you want to read EDF file and extract some of the individual signals from it. Afterwards, you want to p...

2 Monate vor | 0

Beantwortet
Not auto change sec(x) to 1/cos(x)?
Hi Paul, MATLAB tends to automatically simplify trigonometric expressions to "sin", "cos", or "tan" where possible. There are n...

2 Monate vor | 0

Beantwortet
Extract data from a Contour Plot
Hi Raghu, To read an image file, you can use imread function in Matlab. As for extracting contour map from the image, I found ...

2 Monate vor | 0

Beantwortet
逆フーリエ変換(フーリエ逆変換)の関数X = ifft(Y,n)を使うとnの値によって振幅の大きさが変わるのは正しいですか?
Hello, 私の母国語は日本語ではないので、この質問には英語で答えてみます。ご理解いただきありがとうございます。 "ifft" function calculates the inverse fourier transform (amplitude)...

2 Monate vor | 0

Mehr laden