photo

Rahul


Last seen: ein Tag vor Aktiv seit 2023

Followers: 0   Following: 0

I have experience in working with Python and MATLAB related tasks.

Statistik

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
extracting area of cracks from image
Hi @Elisa In addition to your provided code to extract areas including cracks from the given image, you can make use of image...

4 Tage vor | 1

Beantwortet
Unit Step Function and Sinusoidal Input
Hi @jose Miguel, You can achieve your desired result by following this code: % Define the transfer function num = 10; den ...

5 Tage vor | 0

Beantwortet
how to plot a matrix graph of D(n,m) versus C(n,m) with different colors
Hi @albert Kinda I was able to use the code you provided to obtain the plot figure. The following changes can help you get th...

6 Tage vor | 0

Beantwortet
the mechanism of different syntax for realizing the same effect
Hi @Qiang I was able to replicate your doubts regarding MATLAB syntax. Here is the explanation for your query: When you...

6 Tage vor | 1

Beantwortet
How to show latex by override `disp` in classdef?
Hi Jia, I could the reproduce the issue. According to the code shared, the output does come as a char 'R(1/3,[0,0,1])'. I und...

8 Tage vor | 0

Beantwortet
Disorganization of other components when adding the HTML component in MATLAB APP DESIGNER
Hi Airton, I was able to run the app on my end using the code that you have shared and reproduce the issue. I believe that th...

11 Tage vor | 0

| akzeptiert

Beantwortet
Calculating Gravity Torque for ABB IRB1410
Hi HoYoung, As per my understanding of your question, you want to use the ABB IRB1410 with a parallel structure robot for yo...

12 Tage vor | 0

Beantwortet
calculating the difference in dates
Hi ektor, You can try this code, data = readtable('dates.xlsx'); years = data.YearBuilt; months = data.MonthBuilt; ...

etwa ein Jahr vor | 0

Beantwortet
how insert array in field struct
Hi Luca, This is possible. You can try out the following code for same. A = struct('b', cell(1, width(A))); % Preallocate s...

etwa ein Jahr vor | 0

Beantwortet
Plot does not include the whole data set
Hi Oliver, Please check a couple of things at your end: Check the range of your x-axis values: Ensure that the x-axis values i...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Hi can someone explain grey line profile?
Hi, The mean gray profile can be calculated by taking the average of the gray values along the line or path of interest. This...

etwa ein Jahr vor | 0

Beantwortet
try to find hessian matrix
Hi Taniya, Assuming you have k, n and xi, you can try the following code to find the Hessian Matrix: f = n*log(k) - n*log(1/...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
How to find cutoff frequency (wc) using second order low pass filter and 3rd order low pass filter.
You can get the angular cutoff frequency using desired cutoff frequency by using the below given formula % fc = 50 is taken as ...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
How to save datas of different images individually?
Hi Jialin, There are a couple of things you can check before running the code given by you. In the line, filePattern = ful...

etwa ein Jahr vor | 0

Beantwortet
extracting boundaries properties from regionprops()
Hi Elad, According to you question, the regionprops function detects boundary but does not give it as an output, while bwbbound...

etwa ein Jahr vor | 0

Beantwortet
how to to let model automatically send the output of each step to be input for next step
Hi Yasmin, According to your description, you want to apply any type of filters on your image and be able to use the output o...

etwa ein Jahr vor | 0

Beantwortet
How to divide a matrix to its maximum value?
Hi Saksham, According to the description given by you, you can follow the following code for the same. % Example matrix mat...

etwa ein Jahr vor | 2

Beantwortet
How can i add Elevation Degree to my Script?
Hi Dion, According to the description given by you, the below modeified code to your original code would give you elevation i...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Is model "Simulation 3D Pedestrian" available?
According to your description you were unable to use the Simulation 3D Pedestrian block. It is now available in the Simulink l...

etwa ein Jahr vor | 0

Beantwortet
Sort array based on struct fields' values
According to the information shared, I believe you want to sort the array with respect to the Frequncy attributes associated wit...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Obtaining the system date down to microseconds.
According to the information shared, I believe you can use the following code to obtain the date-time in microseconds currentTi...

etwa ein Jahr vor | 1

Beantwortet
How can I find the distance travelled by the actor at each Sample Time in Driving Scenario Designer?
According to the information shared by you, a possible way to find the distance travelled by the car can be done using the veloc...

etwa ein Jahr vor | 0

Beantwortet
3D interpolation using Griddata
According to the information shared, you currently have 3D gridded data and data at each grid point. You are further trying to i...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
How to make a vector with elements +1 and -1 only?
If you are looking for creating a vector of dimension 1 x 1000 with +1 and -1 as alternate elements for the vector, then the bel...

etwa ein Jahr vor | 0

Beantwortet
How to solve Arrhenius equation: k=Ae^-E/(RTa)
Below given MATLAB script can solve the required Arrheieius equation. If different values are required, then those values can be...

etwa ein Jahr vor | 0

Beantwortet
How to run Simulink using unreal engine?
You need to ensure a couple of steps to get your issue resolved: Step 1: Ensure you have followed each step to get the simul...

etwa ein Jahr vor | 0

Beantwortet
Plotting two regions such that they can be identified nicely
One method to make the 2 regions more easily distinguishable can be to use different colors or shading for each region. This can...

etwa ein Jahr vor | 0