Community Profile

photo

Tushar Behera

MathWorks

Last seen: etwa ein Monat vor Aktiv seit 2022

Followers: 0   Following: 0

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

Statistiken

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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]...

etwa ein Jahr vor | 1

| akzeptiert

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

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 1

| akzeptiert

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 1

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
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 "...

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
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)...

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 1

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 1

| akzeptiert

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 1

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

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

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 0

| akzeptiert

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

etwa ein Jahr vor | 1

| akzeptiert

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

etwa ein Jahr vor | 0

| akzeptiert

Mehr laden