photo

Rahul


Last seen: Today Con actividad desde 2023

Followers: 0   Following: 0

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

Estadística

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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 días hace | 1

Respondida
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 días hace | 0

Respondida
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 días hace | 0

Respondida
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 días hace | 1

Respondida
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 días hace | 0

Respondida
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 días hace | 0

| aceptada

Respondida
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 días hace | 0

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

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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/...

alrededor de 1 año hace | 0

| aceptada

Respondida
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 ...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 2

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 1

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

| aceptada

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

alrededor de 1 año hace | 0