Raghvi
MathWorks
Followers: 0 Following: 0
I am a EDG Intern at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks
Feeds
已回答
How to encode binary sequence x= [1 0 1 1 1] into binary code word by using REED SOLOMON encoding?
Hey Mohd, MATLAB provides a function that encodes the message in msg using an [n,k] Reed-Solomon code You can go throu...
How to encode binary sequence x= [1 0 1 1 1] into binary code word by using REED SOLOMON encoding?
Hey Mohd, MATLAB provides a function that encodes the message in msg using an [n,k] Reed-Solomon code You can go throu...
1 year 前 | 1
已回答
How to use indices in A matrix while conditonal and for loop condtion?
Hey Gayathri, I have made some edits in the code to remove errors. You can use the syntax A(i,j) to access the ith row and jth ...
How to use indices in A matrix while conditonal and for loop condtion?
Hey Gayathri, I have made some edits in the code to remove errors. You can use the syntax A(i,j) to access the ith row and jth ...
1 year 前 | 0
已回答
How to take an average?
Hey Haya, To find the range in which most values are present, you can use the histcount() function: https://www.mathworks.com/...
How to take an average?
Hey Haya, To find the range in which most values are present, you can use the histcount() function: https://www.mathworks.com/...
1 year 前 | 2
| 已接受
已回答
Error while using Simulink Programatic Interface for multiple inputs
It has come to my attention that the issue you are experiencing may be related to a problem with the documentation. Instead of...
Error while using Simulink Programatic Interface for multiple inputs
It has come to my attention that the issue you are experiencing may be related to a problem with the documentation. Instead of...
1 year 前 | 0
| 已接受
已回答
how to reverse "grp2idx" back into original data
Hey Zeyad, I am assuming your string vector was s. To get an index vector you would have run. [g,gN,gL] = grp2idx(s); ...
how to reverse "grp2idx" back into original data
Hey Zeyad, I am assuming your string vector was s. To get an index vector you would have run. [g,gN,gL] = grp2idx(s); ...
1 year 前 | 1
| 已接受
已回答
How to implement a inverse Iradon Transform to a single projection vector?
Hey, I believe you understand that the iradon syntax does not allow you to Perform the inverse Radon transform of this sing...
How to implement a inverse Iradon Transform to a single projection vector?
Hey, I believe you understand that the iradon syntax does not allow you to Perform the inverse Radon transform of this sing...
1 year 前 | 0
已回答
it meet errors when I use read(t)#TCP/ip
Hey, As per my understanding, read(t,1) gives the following error. Error receiving data from the remote server. Additional...
it meet errors when I use read(t)#TCP/ip
Hey, As per my understanding, read(t,1) gives the following error. Error receiving data from the remote server. Additional...
1 year 前 | 0
| 已接受
已回答
Error while using Simulink Programatic Interface for multiple inputs
Hey Fredrik, To compute the output, the following line of code is used: out = modelName(x,u,t,'outputs'); Where "x" are...
Error while using Simulink Programatic Interface for multiple inputs
Hey Fredrik, To compute the output, the following line of code is used: out = modelName(x,u,t,'outputs'); Where "x" are...
1 year 前 | 0
已回答
plotting complex exponential function
Hey yann, You have a problem in this line of your code: t=(0:0.1); This just sets t to 0. You must specify the steps in...
plotting complex exponential function
Hey yann, You have a problem in this line of your code: t=(0:0.1); This just sets t to 0. You must specify the steps in...
2 years 前 | 0
已回答
Heatmap indices labelling help
Hey, You can use the given documentation to understand how to change the appearance of your heatmap. Use XLabel and YLabel ...
Heatmap indices labelling help
Hey, You can use the given documentation to understand how to change the appearance of your heatmap. Use XLabel and YLabel ...
2 years 前 | 0
已回答
How to manually set axis and Label for colorcloud funktion?
Hey Dominic, You can access different properties of axes by using the following commands and changing them as per your need...
How to manually set axis and Label for colorcloud funktion?
Hey Dominic, You can access different properties of axes by using the following commands and changing them as per your need...
2 years 前 | 0
已回答
Add header to legend columns
Hey, Although it doesn’t create the desired spacing, you can try out the following piece of code: lgd = legend({'1->2'...
Add header to legend columns
Hey, Although it doesn’t create the desired spacing, you can try out the following piece of code: lgd = legend({'1->2'...
2 years 前 | 0
已回答
How to create binary search code
Hi Camden, I understand you are having trouble with binary search function. I believe the problem was that you were checking x ...
How to create binary search code
Hi Camden, I understand you are having trouble with binary search function. I believe the problem was that you were checking x ...
2 years 前 | 0
已回答
Symbolic Functions of Symbolic Vectors
I understand that you are trying to figure out the partial derivatives of your function using the “Jacobian” function, and your ...
Symbolic Functions of Symbolic Vectors
I understand that you are trying to figure out the partial derivatives of your function using the “Jacobian” function, and your ...
2 years 前 | 0
| 已接受
已回答
[Fuzzy Logic] How to advise the membership functions and plot the graph
Hey Junghwan, I understand that you are trying to identify the number of rules required for the fuzzy system. Additionally, you...
[Fuzzy Logic] How to advise the membership functions and plot the graph
Hey Junghwan, I understand that you are trying to identify the number of rules required for the fuzzy system. Additionally, you...
2 years 前 | 0
| 已接受