Community Profile

photo

Tushar Behera

MathWorks

Last seen: 22 días hace Con actividad desde 2022

I am an Engineer at Mathworks. My major responsibility includes developing new features for improving the functionality of MATLAB. Disclaimer: All the answers posted by me are my own and in no shape or form should be associated with The Mathworks.

Programming Languages:
C++, C, MATLAB
Spoken Languages:
English, Hindi

Estadísticas

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
How do I find which blocks are used in this scheme?
Hi Mone, I asssume you want to know the blocks used in the simulink model. As per my knowledge the "pentagonal ones ([Im], [V]...

alrededor de 1 año hace | 1

| aceptada

Respondida
How to assign values to matrix
Hi jacob, I assume you want to convert your matrix containing binary values such that 0 will be 1 and 1 will be 2. This can be...

alrededor de 1 año hace | 0

| aceptada

Respondida
Having each iteration of nested loop plot on graph
Hi Mabin, I assume you want to know why your code is not performing as you had expected. Your code has a problem since you ca...

alrededor de 1 año hace | 1

| aceptada

Respondida
How to find the efficiency of an algorithm?
Hi Sadiq, I am assuming you want to know how efficient your code is. You can utilise MATLAB's "profile" built-in function to g...

alrededor de 1 año hace | 0

Respondida
Issue when using ceil function
Hi Silvester, The results for a and b are different because the expressions for each of them are different. The issue is not wi...

alrededor de 1 año hace | 0

| aceptada

Respondida
Take two matrices in a folder, take the difference, and save the new matrix to a new folder.
Hi Alexander, I believe what you want to do here is extract two matrices "S01_p1" and "S01_p2" from their respective ".mat" fi...

alrededor de 1 año hace | 0

Respondida
Error using tf The values of the "Numerator" and "Denominator" properties must be row vectors or cell arrays of row vectors,
Hi Joe, I belive the error is due to the fact that the variables "numerator" and "denominator" are symbolic variables. this c...

alrededor de 1 año hace | 1

Respondida
How do I input names properly in a script?
Hi brandon Do you want to display something like "Davis's BODYMASSINDEX" after you have input the name and another variable? f...

alrededor de 1 año hace | 0

Respondida
NxA array and Nx1 array into Nx(A+1) table
Hi Louis, I believe you want to concatenate two matrices of size NxA and Nx1 and create a matrix of size Nx(A+1). This can be...

alrededor de 1 año hace | 1

| aceptada

Respondida
How do I sum the values of sections of a table?
Hi Macy, I believe you want to group the students by the year and find the total. This can be acheived by using the function "...

alrededor de 1 año hace | 0

| aceptada

Respondida
for in for loop
Hi Marko, I believe you want to understand the code in your question and how the loop will work. The code you have written wil...

alrededor de 1 año hace | 0

| aceptada

Respondida
Transfere an excel-list into vectors
Hi Ben, I believe you want to bundle up all the metal type and test number into one vector. This can be acheived by using "reg...

alrededor de 1 año hace | 1

| aceptada

Respondida
x values when taking a numerical derivative
Hi L'O.G, I believe you want to calculate derivate for two separate datasets. In order to do that you can use 'diff(y)./diff(x)...

alrededor de 1 año hace | 0

Respondida
How to identify points on a graph of multiple functions
Hi Samuel, I believe you want to identify spots where y=0 on your plot. To find the x values where y=0 for each function, you ...

alrededor de 1 año hace | 0

| aceptada

Respondida
Extracting images embedded in Excel Files
Hi jaco, I believe you want to know how to extract images from excel files. You can use "ActiveX" function to acheive this. Fo...

alrededor de 1 año hace | 1

Respondida
Code loop logic issue
Hi Takura I believe you want to loop through the code until the guessed value is equal to the calculated value. In order to ac...

alrededor de 1 año hace | 0

Respondida
load all the variables from .csv file in workspace as input to "From Workspace" block?
Hi Muralidharan I believe you want to import data from a excel file with their respective variable names such as age, number et...

alrededor de 1 año hace | 0

Respondida
Simulink export to web view -> empty html
Hi Christian I believe you want to save your simulink model in web view mode. In order to view the saved simulink model you ne...

alrededor de 1 año hace | 0

Respondida
Need to turn table within cell to array
Hi David, I believe you have a table which consists of several other tables. You want to convert one of those table into a vect...

alrededor de 1 año hace | 0

Respondida
Finding string such as "A**B"
Hi HCLEE, I believe you want to find a string in your matrix which have starting point as "A" and ending with "B". This can be...

alrededor de 1 año hace | 1

| aceptada

Respondida
What does a dashed line in simbiology mean?
Hi Day, I am assuming when you are asking about the dashed line you are talking about this symbol "->". The reaction ...

alrededor de 1 año hace | 0

Respondida
How to start loop when it finds the first maximum
Hi Jorge, It is difficult to give a proper solution with the information you have provided. However can you verify what are the...

alrededor de 1 año hace | 0

Respondida
select few values from a vector randomly
Are you looking for something like this v1 = [3 4 7 14 15 18 23 25 28 31 34 36 37 38 39 40 42 44 46]; v2 = [1 2 5 6 8 9 1...

alrededor de 1 año hace | 1

Respondida
I have an array and I want to know how many indexing values are needed for the value of the array to increase
Hi Correia, It is not clear from your question as of what you want to acheive, I am assuming you want to increase the size of y...

alrededor de 1 año hace | 0

Respondida
i am tring to input different z values to get different B using matrix manipulation. just having trouble using for loop
Hi kaixi, I am assuming you want to get different B values for different values of Z, and want to keep all the B values. Howeve...

alrededor de 1 año hace | 0

Respondida
How to get comlex root of an equation using fminbnd?
Hi Sina, I believe you want to find the minimum of a function in the complex plane. The function "fminbnd" is not suitable fo...

alrededor de 1 año hace | 0

Respondida
how to compare a row of the table with other rows of that table itself for the particular Columns ?
Hi Shiv, I believe what you are looking for is first to group your data according to "TaskAssignment" and then for "TaskAssignm...

alrededor de 1 año hace | 0

| aceptada

Respondida
How to connect this DC current source, it is not getting connected?
Hi Siri, I believe that you want to make use DC current source in your simulink model. However the block you are using belongs ...

alrededor de 1 año hace | 0

| aceptada

Respondida
How to store every iteration of while loop into array?
Hi Riley, I believe what you are trying to do is create an cell array of images which adds on a new image in each iteration. I...

alrededor de 1 año hace | 1

| aceptada

Respondida
What algorithm is used by generateMesh function?
Hi Borja, I believe you want to know the algorithm implemented on which "generateMesh " works in Partial Differential Equation ...

alrededor de 1 año hace | 0

| aceptada

Cargar más