Community Profile

photo

Maadhav Akula

Last seen: 2 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A résolu


Convert this color - RGB Vector to Hex String
Given a 3 element RGB vector corresponding to a color (given by the MATLAB color spec <http://www.mathworks.com/help/matlab/ref/...

presque 3 ans il y a

A répondu
Simulation results differs when selecting accelerator mode in Simulink
Hi Berkin, The following post might help: https://www.mathworks.com/matlabcentral/answers/101792-why-do-my32-bit-simulink-rapi...

presque 3 ans il y a | 0

A répondu
Enumeration argument for model reference
Hi, Please refer the following documentation to Use Enumerated Data in Simulink Models: https://www.mathworks.com/help/simulin...

presque 3 ans il y a | 0

A répondu
Simulink Network not working same as Matlab Network
Hi Himanshu, Try setting up the initial conditions of the model using setsiminit, please refer this example.

presque 3 ans il y a | 0

| A accepté

A répondu
How to replace the values in a variables based upon the common field values from another variable in matlab?
Hi Niraj, I believe you want to replace all the values in P_idx with their corresponding Volume(based on FID_1) values from the...

presque 3 ans il y a | 0

| A accepté

A répondu
Issues installing Matlab - Cannot find the application
Please refer the following answer - <link> If you are still facing issues, please reach out to Mathworks Support: www.mathwork...

presque 3 ans il y a | 0

A répondu
How to convert timeframes
Hi Elise, I believe you want to modify the Time Interval to be 0.2 seconds(or 200 milliseconds) uniformly, for that please util...

presque 3 ans il y a | 0

A répondu
How to refactor dted(foldername) function calls using the new readgeoraster() function?
Hi Thomas, Utilizing dteds() function as you suggested is one of the workaround, maybe in your case, utilize dted() function fo...

environ 3 ans il y a | 0

A répondu
Function and xls doesn't work?
Hi, I presume you have generated this function by choosing the Generate Function under Import Selection, and then saving the fu...

environ 3 ans il y a | 0

A répondu
光学式文字認識(OC​R)を使用したテキス​トの認識を行う際に日​本語を認識させたい
Please refer the following documentation page: https://www.mathworks.com/help/vision/ug/ocr-language-data-files.html

environ 3 ans il y a | 0

| A accepté

A répondu
Get the system time in simulink real time
I think the following answer might help: https://www.mathworks.com/matlabcentral/answers/685248-how-do-i-get-run-time-or-system...

environ 3 ans il y a | 1

| A accepté

A répondu
how to deselect a brushed data programatically? Without clicking on the figure
You can set the Brushed Data to 0 at the respective indices to deselect the brushed data. Please check the example below to bett...

environ 3 ans il y a | 0

A répondu
How to extrapolate the gaps between multiple 2D scans in a 3D scan
As per my understanding of your question, you want to create a 3D image with your existing 2D scans, for that please refer the s...

environ 3 ans il y a | 0

| A accepté

A répondu
Compiling .tlc file
I don't think that is possible, the following answer might shed more light on this: https://www.mathworks.com/matlabcentral/ans...

environ 3 ans il y a | 0

A répondu
Error while installing MATLAB
Follow the procedure on this page, to install MATLAB without Internet connection. If you are still facing issues, please reach ...

environ 3 ans il y a | 0

A répondu
Pie charts in subplot with different size
Hi Alberto, As @Adam Danz has rightly pointed out tiledlayout function will help you out and also as you mentioned you have oth...

environ 3 ans il y a | 1

A répondu
I cannot inspect the workspace on MATLAB for linux
Looks like a JAVA issue, reach out to Mathworks Support: www.mathworks.com/support/contact_us/

environ 3 ans il y a | 0

A répondu
How does one set the line style for the plotted traces on the new "timescope" object in a script?
Hi Richard, Currently we do not support this feature, I have brought this issue to the notice of our developers, they might con...

environ 3 ans il y a | 0

A répondu
Unable to resolve the name comm.AWGNChannel
Hi, Try the following command: which -all comm.AWGNChannel This should return the location of the file of AWGNChannel.m Also...

environ 3 ans il y a | 0

A répondu
New installation 2020b legend error
Might be an installation issue, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

environ 3 ans il y a | 0

A répondu
R2020b installation doesn't start
Please refer the following post: https://www.mathworks.com/matlabcentral/answers/100823-why-am-i-getting-the-error-cannot-creat...

environ 3 ans il y a | 0

A répondu
Problem Reading EXCEL file . Can someone help me with this problem, recently it was fine reading the file but all of sudden it turn to this since i wanted to test again my program.
Hi Ahmed, Looks like you have modified the importdata.m file, so you have to pcode the file again, if not please try reinstalli...

environ 3 ans il y a | 0

A répondu
Simulink error after a reinstall
I would suggest you to reach out to Mathworks Support: www.mathworks.com/support/contact_us/

environ 3 ans il y a | 0

A répondu
MATLAB license for Jenkins automation server?
Hi Danijel, Yes, a Full License is required by the Continuous Integration(CI) server, however it can be shared with the organiz...

plus de 3 ans il y a | 0

A répondu
How do I share between my newly installed individual license, and the concurrent license available with more toolboxes (2020b)?
Hi William, Yes it is possible, additionally you can refer this post as well: https://www.mathworks.com/matlabcentral/answers/...

plus de 3 ans il y a | 0

| A accepté

A répondu
detections from a radar
Hi Priyanka, Please refer this page for more info on the co-ordinates reported in the Measurement property. Hope this helps!

plus de 3 ans il y a | 0

A répondu
Help in starting the code of phased antenna arrays
Hi, Initially you have to create an Antenna element using the objects from this page. For your case of omnidirectional you can ...

plus de 3 ans il y a | 0

| A accepté

A répondu
xlsread Error: Object returned error code: 0x800A03EC
Hi Anna, "xlsread" communicates with an Excel COM automation server. Communicating with COM is not 100% reliable. The error mes...

plus de 3 ans il y a | 0

| A accepté

A répondu
Simulink get transfer function
Hi Ranjan, I think by Linear Analysis you are referring to the following: https://www.mathworks.com/help/slcontrol/ug/lineariz...

plus de 3 ans il y a | 0

| A accepté

A répondu
Hi, Can anyone help with the P&O algorithm for solar pv using the boost converter? I have little experience with matlab and I have been trying for months with little success. Please, help anyone?
I am not sure, but hope this helps: https://www.mathworks.com/matlabcentral/fileexchange/39641-perturb-and-observe-p-o-algorith...

plus de 3 ans il y a | 0

Charger plus