Community Profile

photo

Maadhav Akula

Last seen: etwa 2 Monate vor Aktiv seit 2019

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


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

fast 3 Jahre vor

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

fast 3 Jahre vor | 0

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

fast 3 Jahre vor | 0

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

fast 3 Jahre vor | 0

| akzeptiert

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

fast 3 Jahre vor | 0

| akzeptiert

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

fast 3 Jahre vor | 0

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

fast 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

| akzeptiert

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

etwa 3 Jahre vor | 1

| akzeptiert

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

| akzeptiert

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 1

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

etwa 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

Mehr laden