Community Profile

photo

Shubhankar Poundrik


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How to store values in an array from a for loop
Hi Nickolas, I understand that you are trying to store an arithmetic progression in an array, and are not sure how to do it. T...

4 years ago | 0

Answered
How to get a threshold in Simulink that works in both directions and that make an action once per passing
Hi Jorgen, I understand that you want to decrement (or increment) a variable whenever a signal goes past a certain value. A mo...

4 years ago | 0

| accepted

Answered
Error while assigning a variable
Hi Himanshu, I understand that you are trying to store floating point numbers in variables and are not sure why the value in th...

4 years ago | 0

Answered
matlab code need help to solve it
Hi Shoosh, I understand that you are not sure how to write MATLAB code with multiple functions in one file. First a function w...

4 years ago | 0

Answered
I am trying to run this code but getting the mentioned error: I tried to indent the code with smart ident but it is not working either! solution suggested for this kind of error.
Hi Shunmugam, I understand that you are getting the following error while trying to run your code: Error: File: untitledx.m Li...

4 years ago | 0

Answered
Error in Untitled (line 47) axis([newx(1) newx(end) -0.1 1.1]) Please help me, appreciate that!
Hi Jin, I understand that you are trying to set axis limits while plotting some values, and are getting an error in the process...

4 years ago | 0

Answered
Hi, I am doing an assignment and need some help. How can I do vertical part lines (from ex. y=1 to y=3x+2), for x=1:1:10). Also, I do not know how to calculate the distance of such part-lines. How can I do this?
Hi Gabriel, I understand that you need to find the minimum distance between two line segments. I am assuming that by part lines...

4 years ago | 0

Answered
Index in position 2 exceeds array bounds. Error in (line 36) sum(i,j)= (local(i,j)-mean )/Variance_final;??? how can i solve it ?
Hi Bashar, It appears that the number of rows and the number of columns are switched in the for loop. The variables 'mc' and 'm...

4 years ago | 0

Answered
Sine wave oscilating around sine wave
Hi Artur, I understand that you want to plot a sine wave and add another sine wave of smaller amplitude to it, so that it looks...

4 years ago | 1

| accepted

Answered
Plotting 2 lines in the same graph
Hi Kyle, I understand that you are trying to plot two plots in the same figure using the lines plot(xCoordinates, yCoordinates...

4 years ago | 0

| accepted

Answered
extract data from a loop
Hi Oday, I understand that you are finding difficulty in keeping each value of the variables generated in the loop saved. Addi...

4 years ago | 0

| accepted