photo

Sai Sri Pathuri

Last seen: 12 jours il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
  • 6 Month Streak
  • Revival Level 3
  • Knowledgeable Level 4
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
MATLAB linking error - CentOS 7 - R2020b
Similar issues are addressed in the forum. Attaching those questions' links. https://www.mathworks.com/matlabcentral/answers/30...

presque 4 ans il y a | 0

Réponse apportée
I want to learn MATLAB Evolutionary game (3 or 4 players) ~~~~ help
You may refer this link: https://www.mathworks.com/academia/books/game-theoretical-models-in-biology-broom.html Here, a book na...

presque 4 ans il y a | 0

Réponse apportée
Problem connecting to the MATLAB compute
Consider using Google Chrome. If problem still persists, contact MathWorks Installation Support via the MathWorks website here: ...

presque 4 ans il y a | 0

Réponse apportée
How to align two images from different sources?
You may use imfuse function. Link to documentation: https://www.mathworks.com/help/images/ref/imfuse.html First resize the RGB ...

presque 4 ans il y a | 0

Réponse apportée
HOW TO PRINT INVOICE
Check this answer: https://in.mathworks.com/matlabcentral/answers/448885-how-can-i-find-my-receipts-on-line

presque 4 ans il y a | 0

Réponse apportée
How would I plot a sin wave.
Since you want to plot a sine wave of 2 periods in a time of 10 seconds, the time period of sine wave must be 5. freq = 1/5; s...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Problem with cumsum in optimisation problem
cumsum function has no support optimization variables in R2019b (You can find below the link of the above doc page of R2019b). T...

presque 4 ans il y a | 0

Réponse apportée
command/code to run simulink desktop real-time in external mode
Following documentation page may help Run Application from MATLAB Command Line: https://in.mathworks.com/help/sldrt/ug/run-appl...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
How to exclude values in column A based on quality flags in column B
Following code may help. You can use readtable/readmatrix to read the file into matlab. Consider X be the matrix containing A,B...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
How to multiply each value of a matrix by a number
You may try the following: Create Rg and Rb as matrices with same length as results matrices Rg = normrnd(0,9,[length(k_g), le...

presque 4 ans il y a | 0

Réponse apportée
'SamplesPerFrame' property does not work in kinematicTrajectory function?
If you use 'SamplesPerFrame' property with kinematictrajectory system object, you need to set 'AccelerationSource' and 'AngularV...

presque 4 ans il y a | 1

Réponse apportée
Why I got "read time out" when I insatll Matlab 2019a?
This error may be due to an Antivirus program. To clear this error, temporarily disable any Antivirus or security software that ...

presque 4 ans il y a | 0

Réponse apportée
Transform table values into variable
You may use join function to combine two tables. Here is the link to documentation of join function: https://in.mathworks.com/...

presque 4 ans il y a | 0

Réponse apportée
Wrong pixel color when save figure as pdf using a different background color
The cause is that renderer we use to print is switched to painters. You may use -opengl flag with print command print(gcf, 'ph...

environ 4 ans il y a | 1

| A accepté

Réponse apportée
WORKER NOT RESPONSIVE issue on matlab on-ramp course
Following answers may help https://in.mathworks.com/matlabcentral/answers/167060-why-do-i-get-an-error-message-when-trying-to-a...

environ 4 ans il y a | 0

Réponse apportée
Design of digital communication model either using QPSK, BPSK, or 16-QAM in simulink
These are some resources that you can get started with it QPSK Transmitter and Receiver Examine 256-QAM Using Simulink HDL Op...

environ 4 ans il y a | 0

Réponse apportée
Index exceeds the number of array elements (1).
This error generally occurs when you access the index that is not present (or) more than the number of elements For example, A...

environ 4 ans il y a | 0

Réponse apportée
Milliseconds Simulink Sample Time?
Refer this documentation https://in.mathworks.com/help/simulink/ug/how-to-specify-the-sample-time.html#br0zrse

environ 4 ans il y a | 0

Réponse apportée
How to rotate legend in matlab 2019
There is no direct function to rotate legends in graphs using MATLAB. However, as a workaround we can manually rotate the legen...

environ 4 ans il y a | 1

| A accepté

Réponse apportée
Appdesigner load m-file with dropdown
You may follow these steps Open App Designer by typing appdesigner in command window and Select a Blank app Drag and drop the ...

environ 4 ans il y a | 2

| A accepté

Réponse apportée
retime: apply different method for different columns
It is not currently possible to apply different methods for different columns using a single retime function. You may try this: ...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Aproximate roots using Bairstow method
You may use the following resources Declare function name, inputs, and outputs - https://in.mathworks.com/help/matlab/ref/funct...

environ 4 ans il y a | 0

Réponse apportée
How to listen to a specific frequency in rxsite
I don't think you need to specify the frequency for rxsite. When you use link function to display communication link between txs...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Where does the file"mex_CUDA_win64.xml " exist in Matlab2020a?
Check at this location may be (matlabroot)\toolbox\parallel\gpu\extern\src\mex\win64

environ 4 ans il y a | 0

Réponse apportée
Change Font in Latex Interpreter
You may use 'TickLabelInterpreter' property of axes object. Refer the following answer. https://in.mathworks.com/matlabcentral/...

environ 4 ans il y a | 0

Réponse apportée
Buy Add-Ons Error
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...

environ 4 ans il y a | 0

Réponse apportée
Matlab Grader Reports?
This issue had already been brought into the notice of concerned people and is a known issue for LMS version. The developers are...

environ 4 ans il y a | 1

Réponse apportée
Invalid index into an array of size {6, 22} with 132.
This might be because you are assigning first element of soilInfo (which is a matrix) to soiltype and second element (which is a...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Filtering without phase shift in Simulink
Signal blocks does offer linear phase filtering. There is no block as such for zero-phase filtering in Simulink. You may try the...

environ 4 ans il y a | 0

Réponse apportée
Plot multiple stacked bars in the same plot
Following are the links of similar answers and may help https://in.mathworks.com/matlabcentral/answers/308760-3d-grouped-bar-gr...

environ 4 ans il y a | 0

Charger plus