photo

Shishir Reddy


Last seen: 4 días hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Why is there no effect of flipping the normals using poisson in pc2surfacemesh?
Hi Lars I see that you are trying to flip the normal using the statement ptcloud.Normal = -ptcloud.Normal but you are noticing ...

4 días hace | 0

Respondida
Need to extract boundary layer thickness from 2D planar PIV data.
Hi Miguel, As per my understanding you would like to use a velocity profile where max(profile_u) is closer to 13 m/s for calcu...

6 días hace | 0

Respondida
I am trying to find the difference in two columns on my csv file to plot them and my current code isnt working.
Hi Kathryn As per my understanding, you are facing issues in your code while trying to find the difference between two columns ...

7 días hace | 0

| aceptada

Respondida
Experiment manager confusion matrix visualization
Hi Atakan, As per my understanding, you would like all the data to be shown in percentages in the confusion matrix. That means,...

8 días hace | 0

Respondida
How does Symbolic diff() Operate When the Order of Derivative is Symbolic?
Hi Paul, As per my understanding, you would like to get more clarification on how “diff” function works in MATLAB when operated...

12 días hace | 1

| aceptada

Respondida
Built a customised block
Hi Prajwal, As per my understanding, you want to bulid a customizable headlamp block in simulink. You can follow the following ...

alrededor de 1 año hace | 0

Respondida
Passing processed audio to an app like discord
Hi David, It is possible to process audio from a microphone and pass it to an application as audio output in real-time. Here'...

alrededor de 1 año hace | 0

Respondida
how can i get excel to use the time vector of a timetable properly ?
Hi Andre, As per my undertsanding, you are encountering an issue where you are creating timetables in MATLAB and saving them t...

alrededor de 1 año hace | 0

Respondida
Matlab code is slower than it used to be
If the `cast` function, specifically the conversion from a Python dataframe to a MATLAB table, is taking significantly longer on...

alrededor de 1 año hace | 0

| aceptada

Respondida
How to create a database for LSTM regression or prediction in MATLAB?
Hi Shoaib, As per my understanding, you want to create a database for LSTM regression or prediction in MATLAB. For which, you ...

alrededor de 1 año hace | 0

| aceptada

Respondida
NEED HELP!! How can we optimize DEKF (Dual Extended Kalman Filter) matlab code?
Hi Tauqeer, As per my understanding, you want to improve the performace of matrix multiplications in MATLAB. For which, you ca...

alrededor de 1 año hace | 0

Respondida
convert a column matrix with many rows into multiple column of equal rows
Hi barath, To split a column matrix into multiple columns, each containing a specific number of rows, you can use the reshape f...

alrededor de 1 año hace | 0

Respondida
How to add and save struct in multiple .matfile for loop ?
Hi Farhah, As per my understanding you want to add and save a new structure to multiple .mat files in the "studygroup" folder. ...

alrededor de 1 año hace | 0

| aceptada

Respondida
matcont ode45 Unrecognized property name 'NonNegative' error
Hi Simon, As per my understanding, the error you encountered regarding the 'NonNegative' property in MatCont is likely due to ...

alrededor de 1 año hace | 0

Respondida
Working on Fuzzy multi sets
Hi Davut, As per my understanding, you want to work on fuzzy multisets. The important point is, the Fuzzy Logic Toolbox in MATL...

alrededor de 1 año hace | 0

Respondida
Using an if and for loop saving a part of a table
Hi Zach, As per my understanding, you want to pick out the times when x and y are happening the same, in better possible way. ...

alrededor de 1 año hace | 0

Respondida
How can i draw this kind of graph?
Hi Asif, As per my understanding, you want to plot 3D graphs in MATLAB. Similar to plotting 2D graphs, where we use plot(), s...

alrededor de 1 año hace | 0

Respondida
can I conduce this command?
Hi dagan, As per my understanding, you want to improve the syntax of the command and make it more readable. sprintf can be u...

alrededor de 1 año hace | 0

Respondida
I have 100's of column CSV data with 50000 row data. i want to convert it into matlab. can anyone help me with this.
Hi Sandeep, As per my understanding, you want to extract the data from a .csv file and store in the MATLAB variable and the...

alrededor de 1 año hace | 0

| aceptada