Community Profile

photo

Sourabh Kondapaka

Last seen: 27일 전 2020년부터 활동

통계

  • Knowledgeable Level 4
  • Revival Level 3
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Are there ways to change a port number of a container of docker matlab container?
Hi @Sunghyoung Hong, The port number inside the docker container can be changed by setting the MWI_APP_PORT environment variabl...

1년 초과 전 | 1

| 수락됨

답변 있음
MATLAB:io:archive:zip:openError
Hi @sunghun kim, It could be because that the zip file got corrupted when downloading. Please try redownloading and then check....

대략 3년 전 | 0

답변 있음
Make Matlab read definitions from an excel file on app designer
Hi @Valeria Dosso, Please have a look at this Technical Article and the documentation. I would recommend you to try out the fr...

대략 3년 전 | 0

답변 있음
I can't complete installation of MATLAB, it says unable to retrieve products??
Hi @Sahar Abdelazim, The most common causes for this problem are: Windows Firewall is blocking network access McAfee or Syma...

대략 3년 전 | 0

답변 있음
How can I assign the new variables with base variables?
Hi @Xingmin LI, Some of the changes you can do are: Have a variable called 'detectedObj'. In your case CName0 represents the s...

대략 3년 전 | 0

답변 있음
how to start MATLAB?
Hi @Sadhana Hansda, Looks like there could be an issue with your matlab installation. I would recommend you to re-install matla...

대략 3년 전 | 0

답변 있음
How to set the text interpreter in GUI's label? (not in graph's axis)
Hi !@Zihao Liu, The Interpreter property for uilabel has been added to app designer since Matlab R2020b and hence this feature ...

대략 3년 전 | 0

답변 있음
Sliding a fixed window over an array
Hi @Edward Ramirez, Below is the function which will help in acheiving what you want: function resultArr = maxMinDiff(arr, w...

대략 3년 전 | 0

답변 있음
How would I write this code using for and while loops/
Hi @Olivia Gilliam, I would recommend you to check out the free Matlab OnRamp Course For 2b: V = [1, 1, 1, 1, 0, 0, 0, 1,...

대략 3년 전 | 0

답변 있음
"unable to resolve the name" error while using readmatrix function
Hi @Sharare, It could be because some file in your current working directory or MATLAB search path is conflicting with MATLABs ...

대략 3년 전 | 0

| 수락됨

답변 있음
how do i change the params value continuously by using the for loop in the function:
Hi @gourav pandey, I have modified your file1.m, for the function to take input arguements. Because of this you'll need to ch...

대략 3년 전 | 0

답변 있음
ダイアログによる複数ファイルの選択
Hi @Junya Taniguchi, "uigetdir()" is the function that you are looking for. Please refer to the documentation link here

대략 3년 전 | 0

답변 있음
Installation stops after self-extraction
Hi @Mikael Fredriksson, If installing matlab via the installer is causing issues, I suggest you to download the complete ISO im...

대략 3년 전 | 0

답변 있음
can i get help with installing matlab, please?
Hi @Eka Utuk, @MathWorks Support Team has provided multiple solutions here If the issue is still not resolved, please contact...

대략 3년 전 | 0

| 수락됨

답변 있음
moving folders main folder and then deleting the empty folders
Hi @Amanda, Approaching this in a similar fashion to your question answered here Code: pathToData = fullfile(pwd, 'data'); ...

대략 3년 전 | 0

답변 있음
Renaming folders within folders to the name of original folder
Hi @Amanda, Check out the below code % This is the path to data folder pathToData = fullfile(pwd, 'data'); dataFolder = di...

대략 3년 전 | 0

답변 있음
Seeking Assistance in Using a GUI to Return Text From A Webpage
Hi @Chedi Mbaga, The below code can be used as a reference for extracting the data about temperatures: url = 'https://weathe...

대략 3년 전 | 0

| 수락됨

답변 있음
Jupyterhub with Matlab integration
Hi @Michael Weigand, Please check out MATLAB Integration for Jupyter on github. If you would like to run this integration with...

대략 3년 전 | 0

답변 있음
why am i receiving an error 9 message
The best way to resolve a License Manager Error -9 is by reactivating MATLAB with the activation client. Windows The activatio...

대략 3년 전 | 0

| 수락됨

답변 있음
Running matlab from linux terminal
Hi @Mahith Madhana Kumar, A similar question has been answered here and here You can check the documentation for more details....

대략 3년 전 | 0

| 수락됨

답변 있음
how create a file with format .fig to use in GUI
@iman karimipour, @Rik is right in suggesting to avoid GUIDE. The GUIDE environment will be removed in a future release. Aft...

대략 3년 전 | 0

답변 있음
Display of Results upon selection of a checkbox
Hi @SRIRAM NTIHIN GOPAL LANKA, The visual characteristics of the dialog box depend on the operating system that runs your code....

대략 3년 전 | 0

| 수락됨

답변 있음
How to resume matlab download?
Hi @MARTIN PAXTON, You can get the license number of your student license by logging into your mathworks account. You can down...

대략 3년 전 | 0

답변 있음
MATLAB online works too slow on my browser
Hi @Abdeali Attarwala, Please check the following links in the community: link link Also try out suggestions made in this li...

대략 3년 전 | 0

답변 있음
How do I ask with specific sentences that the user insert certain inputs?
Hi @Samuele Bolotta, @Stephen Cobeldick's suggestion for using "inputdlg()" is apt for your requirement. You can also check...

대략 3년 전 | 0

| 수락됨

답변 있음
How can i organize the images in my code?
Hi @Fabrizio Lepori, Looks like Matlab Live Script can help with what you want to achieve. Please check the following Documenta...

대략 3년 전 | 0

답변 있음
How to find matrix values by column and row indexes
Hi @m h, You can find min-values in a matrix either column-wise or row-wise without using loops. Please check the documentat...

대략 3년 전 | 0

답변 있음
Merge vector into a matrix
Hi @Ameer Khateeb, Please have a look at the following links in the documentation: Concatenating Matrices Vertical Concatenat...

대략 3년 전 | 0

답변 있음
MATLAB instalment failure keeps appearing
Hi @Valerija Kosareva, There are a few reasons why you may be getting this error. Please try the following steps to resolve t...

대략 3년 전 | 0

답변 있음
Jupyterhub with Matlab integration
Hi Michael Weigand, I have brought this up with the concerned developers and it might be considered in any future release.

3년 초과 전 | 0

더 보기