Community Profile

photo

Pratik


Last seen: 9 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Transfer data between App Designer and Matlab (m file)
Hi Tu, As per my understanding, you want to send some data to workspae from the GUI in App Designer and after running the scrip...

11 Tage vor | 1

Beantwortet
Error using lsqncommon (line 67)
Hi, As per my understanding, you're encountering errors when fitting heat maps of biological cells using MATLAB's lsqcurvefit, ...

11 Tage vor | 0

Beantwortet
How to delete dublicate entries in logsout
Hi Max, As per my understanding, you have encountered an issue where some signals were logged multiple times, resulting in dupl...

12 Tage vor | 0

Beantwortet
Error in drive cycle block while extracting the data using the excel file.
Hi Lalit, As per my understanding, the drive cycle block does not read from mat file. It throws error about error in evaluation...

12 Tage vor | 0

Beantwortet
Compiled app from App Designer can't recognize 'DAGNetwork'.
Hi Wei-Rong Chen, As per my understanding, issue you're encountering involves the behavior of MATLAB's App Designer and its com...

12 Tage vor | 0

| akzeptiert

Beantwortet
Simultaneous Data Acquisition using Parallel Computing Toolbox
Hi Kevin, As per my understanding, you want to modify the provided code to enable concurrent data acquisition using parallel co...

18 Tage vor | 0

Beantwortet
Incorrect joint coordinate given from ikcon() when given a negative coordinate
Hi Ho Jin Ping, As per my understanding, you encounter issue when using the "ikcon()" function for inverse kinematics calculati...

19 Tage vor | 0

Beantwortet
Radar Toolbox: Automotive Radar add interference
Hi Julius, As per my understanding, you want to create an additional interfered signal to use the signals to create a neural ne...

etwa ein Monat vor | 0

Beantwortet
What algorithm is used in the Parameter Estimation Blocks in the Motor Control Blockset?
Hi Sneha, As per my understanding, you want to know more about the technique MATLAB has used to estimate motor parameters for s...

etwa ein Monat vor | 0

Beantwortet
Feature Extraction and image classification
Hi Muhammed, As per my understanding, you want to extract feature from a image such that those features can be used for cancer...

etwa ein Monat vor | 0

Beantwortet
how can I save the verbose output from fitrgp?
Hi Franisco, From what I can understand, the verbose output from ‘fitgrp’ must be saved so that the plots can be reproduced. ...

2 Monate vor | 0

Beantwortet
Is it possible to convert a function containing a plot into c++ code?
Hi Valeria, As per my understanding, you want to convert your MATLAB function to C++ code so that data can be presented in same...

2 Monate vor | 0

Beantwortet
[2021a] Hanging for several minutes in getSettingsRoot/mlock
Hi Russell, As per my understanding, there is siginficant slow down in performance of your MATLAB code and MATLAB gets "stuck"...

2 Monate vor | 0

Beantwortet
Startup error related to the getSettingsRoot
Hi Hadi, From what I can understand from the question, there is error "Undefined function or variable 'matlab.internal.getSetti...

2 Monate vor | 0

Beantwortet
my labeled image is not overlaying with the original image.
Hi Goutham, From what I can understand from the question, the code tries to overlay labeled image with the original image but t...

2 Monate vor | 0

Beantwortet
How to segment a matrix into N regions with sizes XYZ?
Hi Neurolab, As per my understanding, you want to segment a matrix into N regions with predetermined sizes. You have few approa...

2 Monate vor | 0

Beantwortet
I am getting an error "Variable a must be of data type char. It is currently of type double. Check where the variable is assigned a value."
Hi Chloe, In my understanding, you want to perform matrix multiplication between A1 & A1 , v1 & A1. The operator to perform mat...

2 Monate vor | 0

Beantwortet
I want to change the "isInputDataTypeMutableImpl" parameter of the block "Serial Send"
Hi Stefan, In my understanding, you are trying to use “Serial Send” block with varying length of input data. Serial Send block...

3 Monate vor | 0

| akzeptiert

Beantwortet
Radar System slant range display
Hi Jose, To add a yaw angle of 10 degrees to your existing code, rotation matrix must be applied to set of coordinates before ...

3 Monate vor | 0

Beantwortet
I want to close the valve in the position I set with the G-code. But what I found was that it was always closed and on.
Hi Matthew, As per my understanding, you're trying to control a valve using G-code commands in a MATLAB script. From your descr...

3 Monate vor | 0

Beantwortet
Error in Truetime integration with MPC controller in 'highway lane following model'
Hi Ashiqur, As per my understanding, you are implementing highway lane following model with truetime. But there is an error whe...

3 Monate vor | 0

Beantwortet
Facing Error in installing SimMechanics for Inventor 2022
Hi Vamsi, As per my understanding, you are trying to setup SimScape Multibody Link Plugin link in Autodesk Inventor 2022, but t...

3 Monate vor | 0

Beantwortet
How to calculate time duration between two date app designer
Hi Amartuvshin, As per my understanding, in App Designer you want to take input two date interval and calculate the duration be...

3 Monate vor | 0

| akzeptiert

Beantwortet
Why do Transfer Blocks sometimes generate noise ?
Hi Matthias, As per my understanding, you want to break up algebraic loops in your Simulink model and for that you are using a ...

3 Monate vor | 0

Beantwortet
How do I properly embed custom font in a web app developed in App Designer?
Hi Osborn, As per my understanding, you want to use custom font for your MATLAB Web App, such that the custom font can also be ...

3 Monate vor | 0

Beantwortet
How to access the Wx Horizon API with credentials cliend_ID and client_secret and then download the data?
Hi Sanley, As per my understanding, you want access token using “client_id” and “client_secret” as credentials and download da...

3 Monate vor | 0

| akzeptiert

Beantwortet
How should I order the commands so that the valve can be opened and closed at the desired position?
Hi Matthew, As per my understanding, you would like to write a code to automate the opening and closing of a valve and want to...

4 Monate vor | 0

Beantwortet
Try to make the communication between arduino and simulink to turn on a led and matlab stopped. How can I solve it?
Hi Raymundo, As per my understanding, you are facing a crash when trying to make a connection between an Arduino and Simulink t...

4 Monate vor | 0

Beantwortet
How to use Integrator block inside Triggered subsystem?
Hi Suraj, As per my understanding, you are getting an error when using the Integrator block inside a Triggered Subsystem. Acco...

4 Monate vor | 0

Beantwortet
Average of Matrix [AxB] of Complex value
Hi Touhidul, As per my understanding, you want to apply the formula Σ((I² + Q²)/N/100 over an array of complex numbers. Assu...

4 Monate vor | 0

Mehr laden