Community Profile

photo

Harsh Sanghai

MathWorks

Last seen: 12개월 전 2022년부터 활동

Followers: 0   Following: 0

I am an Associate Application Support Engineer at MathWorks. My major responsibilities and expertise is on MATLAB at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Programming Languages:
MATLAB
Spoken Languages:
English

통계

  • Knowledgeable Level 1
  • 3 Month Streak
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
What's the most efficient approach to fit diffusivity in a mass transfer PDE by using experimentally-determined mass released as a target?
Hi, This method may be computationally expensive, and the accuracy of the results may depend on the chosen initial range of dif...

대략 1년 전 | 0

답변 있음
Number of epochs not reached in anfisedit
Hi, If you are observing that the model is only trained for 2 epochs instead of 6, there might be several reasons for this beha...

대략 1년 전 | 0

답변 있음
Karhunen-Loeve Transform for watermarking
Hi, Here is a sample code which you can use for digital watermarking using KLT transform in using MATLAB: % Read the original ...

대략 1년 전 | 0

답변 있음
sdi.Repository.clearRepositoryFile never ends
Hi, The "sdi.Repository.clearRepositoryFile" command is used to clear the repository file used by the Simulink Data Inspector (...

대략 1년 전 | 0

답변 있음
Pass an open pipeline from C++ to Matlab
Hi, It is not possible to pass an open pipeline (a FILE pointer) directly to a MATLAB variable using MATLAB's built-in data typ...

대략 1년 전 | 0

답변 있음
Viewing same slice of 2 different image stacks with sliceViewer
Hi, To achieve this, you can add a listener to the "SliceNumber" property of s1 that updates the "SliceNumber" property of s2 w...

대략 1년 전 | 0

답변 있음
How to use pdist for distance travelled and tracking, calculated on 2 pairs of centroids for 2 images ?
Hi, To use "pdist" to track the balls and measure their distance traveled, you can calculate the pairwise Euclidean distance be...

대략 1년 전 | 0

답변 있음
Divide matrix into subgroups where the full matrix is not consistant.
Hi, To divide a matrix into submatrices of equal size, you can use the "reshape" function instead of "mat2cell". "reshape" can ...

대략 1년 전 | 0

답변 있음
Inverse Power Method Doesnt Work
Hi, The Power Method is typically used to find the largest eigenvalue and its associated eigenvector of a matrix. To find the s...

대략 1년 전 | 0

답변 있음
Is there any possible way to generate M code from Simulink model
Hi, Another approach that you can take is to use the Simulink Requirements feature. Simulink Requirements allows you to create ...

대략 1년 전 | 0

답변 있음
How can I reiterate a vector in side for loop when a condition is satisfied ?
Hi, Based on your explanation, it seems like you want to fix the value of "PreviousselectAngle_Max" in the inner loop of the ou...

대략 1년 전 | 0

| 수락됨

답변 있음
battery twin in simulink
Hi, The error message indicates that the data type of the signal coming from your Arduino is uint16, but the input port of the ...

대략 1년 전 | 0

답변 있음
Arduino Mega not detect
Hi, There could be several reasons why your Arduino Mega 2560 is not detected by Simulink: Driver Issues: Make sure that the p...

대략 1년 전 | 0

답변 있음
Is it possible to convert between ComponentContainer and AppBase classdef files?
Hi, You can export the App Designer project as a MATLAB file (.m) and edit the classdef line in the exported file. Once you've ...

대략 1년 전 | 0

답변 있음
load flow not converging if the load type is constant PQ
This could be the possible reason: Improper initialization of the load flow: If the load flow is not initialized properly, it c...

대략 1년 전 | 0

답변 있음
how can i plot occupancy grid for an autonomous vehicle
Hello Mohamed, Please checkout the example given in the below link for creation of occupancy grid: https://www.mathworks.com/h...

1년 초과 전 | 0

답변 있음
dwt2 function for image compression
Hello Izabela, For reading and displaying your own custom image "WeeksHallSmall.jpg" you can use the below code: z = imread("W...

1년 초과 전 | 0

답변 있음
MATLAB Contour3 plot to 3D PDF
Hello William, According to my understanding you are using FIG2U3D function and are still not able to convert it in 3D pdf. I ...

1년 초과 전 | 0

답변 있음
How could I show tension in a bunjee chord in simulink and simscape?
Hi Michael, I understand that you are looking for a block that can enable the tension transfer. Link to the documentation of t...

1년 초과 전 | 0

답변 있음
sqlwrite: INSERT statement exceeds the maximum allowed number of 1000 row values..
As per my understanding it is a limitation of SQL Server, which they have in place to reduce compilation times. Refer to the f...

1년 초과 전 | 0

답변 있음
We are using for-iterator loop, display is showing correct result but while analyzing graph we got to know it is having spikes.
As per my understanding the "assignment block" copies the input vector and update it in each step due to which these spikes occu...

1년 초과 전 | 0