Sai Sumanth Korthiwada
2022 年からアクティブ
Followers: 0 Following: 0
I am an EDG Intern at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.
統計
MATLAB Answers
0 質問
38 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Is it possible to display a multiplication operator in symbolic math's displayFormula output?
Hi Tim, As of Symbolic Math Toolbox R2022b, multiplication symbol (*) outputs a blank space for integers as well. Because the i...
Is it possible to display a multiplication operator in symbolic math's displayFormula output?
Hi Tim, As of Symbolic Math Toolbox R2022b, multiplication symbol (*) outputs a blank space for integers as well. Because the i...
1年以上 前 | 0
| 採用済み
回答済み
no matter what i do i get this error: (line 17) fopen(server);
Hi Kyriakos, I understand that you are facing an issue with 'fopen()'. As per the shared code, you are using 'tcpip()' and 'fop...
no matter what i do i get this error: (line 17) fopen(server);
Hi Kyriakos, I understand that you are facing an issue with 'fopen()'. As per the shared code, you are using 'tcpip()' and 'fop...
1年以上 前 | 0
回答済み
Access Stateflow Debugging options programmatically
Hi Petru-Cornel, I understand that you want to access Stateflow debuging options programatically. It is possible to access som...
Access Stateflow Debugging options programmatically
Hi Petru-Cornel, I understand that you want to access Stateflow debuging options programatically. It is possible to access som...
1年以上 前 | 0
回答済み
I'm really confused about how to do the JB test and Lillertest for this question.
Hi Henry, Please go through the documentation of jbtest and lillietest to understand about those tests. You can also leverage t...
I'm really confused about how to do the JB test and Lillertest for this question.
Hi Henry, Please go through the documentation of jbtest and lillietest to understand about those tests. You can also leverage t...
1年以上 前 | 0
回答済み
Streamcolor function that needs to be adapted
Hi Santhosh, I understand that you want to use 'streamcolor' function but the input you have is not in meshgrid format. 'strea...
Streamcolor function that needs to be adapted
Hi Santhosh, I understand that you want to use 'streamcolor' function but the input you have is not in meshgrid format. 'strea...
1年以上 前 | 0
回答済み
Errors in icoshift.m
Hi Chai Chee, I understand that you are facing an error while executing 'iconshift.m' file. As the error suggests, unrecogni...
Errors in icoshift.m
Hi Chai Chee, I understand that you are facing an error while executing 'iconshift.m' file. As the error suggests, unrecogni...
1年以上 前 | 0
回答済み
Getting error for exe, in MATLAB when reading a video from a file...
Hi Ahmad, I understand that you are facing an error when reading a video from a file. Please refer to the following MATLAB Ans...
Getting error for exe, in MATLAB when reading a video from a file...
Hi Ahmad, I understand that you are facing an error when reading a video from a file. Please refer to the following MATLAB Ans...
1年以上 前 | 0
回答済み
The system cannot find path specified error
Hi Abdul, I understand that while converting Simulink file to Typhoon HIL using 'convert to tse’ block, it is resulting the res...
The system cannot find path specified error
Hi Abdul, I understand that while converting Simulink file to Typhoon HIL using 'convert to tse’ block, it is resulting the res...
1年以上 前 | 0
回答済み
Getting the error Index in position 1 exceeds array bounds. Index must not exceed 1. Error in thermotest5 (line 13) h1 = XSteam('h_pT', p1, t1); % Specific Enthalpy at Turbin
Hi Ella, I have executed the code you have mentioned above in MATLAB R2022b, and it worked without any error for me. I have att...
Getting the error Index in position 1 exceeds array bounds. Index must not exceed 1. Error in thermotest5 (line 13) h1 = XSteam('h_pT', p1, t1); % Specific Enthalpy at Turbin
Hi Ella, I have executed the code you have mentioned above in MATLAB R2022b, and it worked without any error for me. I have att...
1年以上 前 | 0
回答済み
I am getting an error when using the append_pdfs function
Hi Jack, As mentioned in the documentation overview of append_pdfs in File Exchange: This function is now included in the expo...
I am getting an error when using the append_pdfs function
Hi Jack, As mentioned in the documentation overview of append_pdfs in File Exchange: This function is now included in the expo...
1年以上 前 | 0
回答済み
Plotting temperature values along the flight path.
Hi Arjun, I understand that you would like to use latitude, longitude and temperature to be plotted on a geographical map. Pl...
Plotting temperature values along the flight path.
Hi Arjun, I understand that you would like to use latitude, longitude and temperature to be plotted on a geographical map. Pl...
1年以上 前 | 0
回答済み
I wondering if simulink can make multi ego vehicle in autonomous tool box
Hi 한빈 이 Currently, multiple ego vehicles are not supported by the Autonomous toolbox. As concurrent ego vehicles are not yet ...
I wondering if simulink can make multi ego vehicle in autonomous tool box
Hi 한빈 이 Currently, multiple ego vehicles are not supported by the Autonomous toolbox. As concurrent ego vehicles are not yet ...
1年以上 前 | 0
回答済み
Nonlinear Constraint with Secondary Variable fmincon
Hi Yasin, As the error log suggests, " Unrecognized function or variable 'b' " describes that the variable 'b' is not yet creat...
Nonlinear Constraint with Secondary Variable fmincon
Hi Yasin, As the error log suggests, " Unrecognized function or variable 'b' " describes that the variable 'b' is not yet creat...
1年以上 前 | 0
回答済み
Plot data labels with geoplot
Hi Lorenzo, Please use 'legend' to add a label with the value of the variable within each region. Please refer to Add Labels a...
Plot data labels with geoplot
Hi Lorenzo, Please use 'legend' to add a label with the value of the variable within each region. Please refer to Add Labels a...
1年以上 前 | 0
回答済み
C:\Program Files\MATLAB\R2015b\toolbox\local\pathdef.m: Cannot open file: permission denied
Hi Steve, I understand that you are facing an issue while launching MATLAB R20215b. To resolve this issue, please follow the tr...
C:\Program Files\MATLAB\R2015b\toolbox\local\pathdef.m: Cannot open file: permission denied
Hi Steve, I understand that you are facing an issue while launching MATLAB R20215b. To resolve this issue, please follow the tr...
2年弱 前 | 0
回答済み
How make launcher matlab in linux mint?
Hi Yonieq, After installing MATLAB in Ubuntu machine (Linux mint), please follow the steps shown below: 1) Open a command term...
How make launcher matlab in linux mint?
Hi Yonieq, After installing MATLAB in Ubuntu machine (Linux mint), please follow the steps shown below: 1) Open a command term...
2年弱 前 | 1
回答済み
Why does my MATLAB suffer GUI glitches in Linux Mint?
Hi Zain, Please refer to the "MATLAB R2022b System Requirements for Linux" to know more about the system requirements to use MA...
Why does my MATLAB suffer GUI glitches in Linux Mint?
Hi Zain, Please refer to the "MATLAB R2022b System Requirements for Linux" to know more about the system requirements to use MA...
2年弱 前 | 0
回答済み
gradCAM() unclear error message
Hi Christopher, I have used the attached files and the code provided above. It works fine for me without any errors in R2022b. ...
gradCAM() unclear error message
Hi Christopher, I have used the attached files and the code provided above. It works fine for me without any errors in R2022b. ...
2年弱 前 | 0
| 採用済み
回答済み
Generate FMU file from Matlab application
Hi Jaaf, Please refer to 'exportToFMU2CS' function to know about Exporting Simulink model to functional mock-up unit (FMU) and ...
Generate FMU file from Matlab application
Hi Jaaf, Please refer to 'exportToFMU2CS' function to know about Exporting Simulink model to functional mock-up unit (FMU) and ...
2年弱 前 | 0
回答済み
How to change the default initial value in fitlmematrix()?
Hi Ruifeng, 'StartMethod' can only have either of the following values: 'default': An internally defined default value. 'rand...
How to change the default initial value in fitlmematrix()?
Hi Ruifeng, 'StartMethod' can only have either of the following values: 'default': An internally defined default value. 'rand...
2年弱 前 | 0
回答済み
Is there a keyboard shortcut for inserting a LaTex equation after writing it?
Hi Ricardo, I understand that you were looking for a shortcut to insert a LaTex equation after writing an equation in the text ...
Is there a keyboard shortcut for inserting a LaTex equation after writing it?
Hi Ricardo, I understand that you were looking for a shortcut to insert a LaTex equation after writing an equation in the text ...
2年弱 前 | 0
回答済み
How to load multiple .mat files which are having subfile in .mat format using the loop?
Hi Rajeev Kumar, I understand that you wanted to load multiple '.mat' files which are having subfile in '.mat' format using the...
How to load multiple .mat files which are having subfile in .mat format using the loop?
Hi Rajeev Kumar, I understand that you wanted to load multiple '.mat' files which are having subfile in '.mat' format using the...
2年弱 前 | 0
回答済み
Select and replace multiple occurrences of the same word not exactly in the same area/column?
Hi Lance, Please note that, as of R2021b, the MATLAB Editor has the feature where you can hold "Alt" or "Option" while clicking...
Select and replace multiple occurrences of the same word not exactly in the same area/column?
Hi Lance, Please note that, as of R2021b, the MATLAB Editor has the feature where you can hold "Alt" or "Option" while clicking...
2年弱 前 | 1
回答済み
Use the Library Compiler to package the matlab function file into a python package,but Import python package macOS error
Hello 乙洁, It is possible that this issue arises due to the IDE, in your case, jupyter notebook, not recognizing the correct Pyt...
Use the Library Compiler to package the matlab function file into a python package,but Import python package macOS error
Hello 乙洁, It is possible that this issue arises due to the IDE, in your case, jupyter notebook, not recognizing the correct Pyt...
2年弱 前 | 0
回答済み
The Matlab editor has thin line-space on Mac version, see attached. How to make it as the Windows version?
Hi John, By default, Right-hand text limit line is in grey color [0.8 0.8 0.8] and it can be modified by the user. In the imag...
The Matlab editor has thin line-space on Mac version, see attached. How to make it as the Windows version?
Hi John, By default, Right-hand text limit line is in grey color [0.8 0.8 0.8] and it can be modified by the user. In the imag...
2年弱 前 | 1
回答済み
I have problem when I start the matlab
Hi Inguk, I understand that you are facing an issue while launching MATLAB R2022b. To resolve this issue, please follow the tro...
I have problem when I start the matlab
Hi Inguk, I understand that you are facing an issue while launching MATLAB R2022b. To resolve this issue, please follow the tro...
2年弱 前 | 1
| 採用済み
回答済み
[Ubuntu] MATLAB's editor shown blank and cannot be written
Hi Muhammad, I understand that you are facing an issue with MATLAB R2022b on Ubuntu 20.04. Try launching MATLAB from the comman...
[Ubuntu] MATLAB's editor shown blank and cannot be written
Hi Muhammad, I understand that you are facing an issue with MATLAB R2022b on Ubuntu 20.04. Try launching MATLAB from the comman...
2年弱 前 | 0
回答済み
Error in vorticity calculation using curl function
Hi, The images attached in the query looks similar. However, the values of vorticity may differ as ‘curl()’ function is from MA...
Error in vorticity calculation using curl function
Hi, The images attached in the query looks similar. However, the values of vorticity may differ as ‘curl()’ function is from MA...
2年弱 前 | 0
回答済み
"Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. " RCOND = NaN. I'm using Newton's Method which uses a Jacobian Matrix for space mech. class. not sure how to fix w/out changing elements of matrix (set)
Hi Eileen, I understand that you are encountering a warning message while working on Newton’s method which uses Jacobian matri...
"Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. " RCOND = NaN. I'm using Newton's Method which uses a Jacobian Matrix for space mech. class. not sure how to fix w/out changing elements of matrix (set)
Hi Eileen, I understand that you are encountering a warning message while working on Newton’s method which uses Jacobian matri...
2年弱 前 | 0
回答済み
How to display answer for partial pivoting for Gauss Elimination method
Hi Idris, I understand that you are trying to display the upper triangular matrix using partial pivoting with Guass elimination...
How to display answer for partial pivoting for Gauss Elimination method
Hi Idris, I understand that you are trying to display the upper triangular matrix using partial pivoting with Guass elimination...
2年弱 前 | 0