photo

Sreeram


Last seen: 17 days ago Active since 2024

Followers: 2   Following: 0

Statistics

All
MATLAB Answers

0 Questions
103 Answers

Cody

0 Problems
4 Solutions

RANK
573
of 300,321

REPUTATION
136

CONTRIBUTIONS
0 Questions
103 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
26

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
60,163
of 168,093

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
51

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 4
  • 3 Month Streak
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
matlab online command window missing
Hi @锘, I have run into a similar issue before where the Command Window wouldn't appear in MATLAB Online. Here are the steps tha...

4 months ago | 0

Answered
I wrote a C++ program that uses Matlab Engine C++ API . The program builds fine, but when I run it, the call to startMATLAB() results in a "The specified module could not be found" message & an exception. Any suggestions? Thank you!
Hi Mantalena, I ran into the same issue while working with the MATLAB Engine C++ API - everything compiled fine, but "startMATL...

4 months ago | 0

Answered
Polyspace Access upload stuck at 95%
Hi Wolfgang, I have observed that if the system requirements for Polyspace Access aren’t fully met, especially in terms of memo...

4 months ago | 0

Answered
I'm try to get back on simulink onramp to finish up the last two task but it wont load
Hi Richard, If Simulink Onramp opens but certain tasks do not load, it could be due to a temporary issue with the course envir...

4 months ago | 0

Answered
I need to use Voronoi to segment triangles, and now I have implemented triangle regions, but I am unable to segment triangles. I hope you can help me, thank you.
Hi @晓茜 刘, The issue lies in how "voronoi" is being called - its syntax expects two equal-length vectors of x and y coordinates....

4 months ago | 0

Answered
matlab账户出现无法注销的问题
Hi @铭泰, This error usually comes up when trying to sign out of MATLAB Desktop without properly closing all running MATLAB sessi...

5 months ago | 2

Answered
I have one function code in which initially pressure values recorded in voltage and converted into pressure values by using formula. I want to store these calculated values.
Hi Avinash, I am assuming that the question is about how to save the calculated pressure values to the PC during or after data ...

5 months ago | 0

Answered
Potential conflicting usages of identifier '(Library_file_name).h'
Hi Lakshmi, The error "Potential conflicting usages of identifier 'Library_file_name.h'" typically occurs when a reusable libra...

5 months ago | 0

Solved


Find Logic 21

5 months ago

Solved


Find Logic 20

5 months ago

Solved


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

5 months ago

Answered
Breaking the links of ONLY the selected variants in Simulink
Hi Ayyoub, The following commands might help: 1. To find variant blocks that are active in simulation after model compilatio...

5 months ago | 0

Answered
How can I use fft2 and ifft2 to calculate the cross correlation of two images
Hi Wayne, Before computing the cross-correlation, both images need to be zero-padded to the same size. This ensures that the fr...

5 months ago | 0

Answered
How do I continue to read files in a loop when an error occurs?
Hi Aru, I would like to second both Walter’s and Mario’s comments. In addition to their suggestions, I noticed that the same er...

5 months ago | 0

Answered
I have obtained the installation permit of UAV toolbox, but I cannot install it.
Hi Jinhang, I translated the error message in your screenshot. It says that access is denied due to insufficient write permissi...

5 months ago | 0

| accepted

Answered
Error using feval Server Creation Failed
Hi Francesco, I translated the error message to English and found it to be: Error using feval Server Creation Failed: Server ...

5 months ago | 0

Answered
Integrating Polyspace Bug Finder and Other Polyspace Products Inside MATLAB R2024b
Hi Santhosh, You can access and use Polyspace products directly from the MATLAB environment by creating and configuring a Polys...

5 months ago | 1

| accepted

Answered
Server Creation Failed: Server execution failed error while using actxserver ('Excel.Application')
Hi Mira, This error usually means MATLAB is unable to connect to Excel due to an issue with your system, often related to your ...

6 months ago | 0

Answered
Licence Manager Error-96
Hi Lijin, This error means MATLAB can’t resolve the hostname of your license server. Make sure you’re connected to your VPN i...

6 months ago | 0

Answered
Error using matlab.io.fits.openFile - will not open FITS files
Hi Richard, This is a known issue in MATLAB R2017b and earlier, where "fitsread" returns an error if the file path contains spe...

6 months ago | 0

Answered
Attempt to execute SCRIPT trainNetwork as a function: C:\Program Files\Polyspace\R2019b\toolbox\nnet\cnn\trainNetwork.m
Hi Atiya, The error message indicates that MATLAB is trying to run "trainNetwork" as a script rather than as a function. For mo...

6 months ago | 0

Answered
How do I fix this log in error when connected to a proxy server?
Hi Ethan, This issue often arises due to network restrictions or security software interfering with MATLAB’s access to the Math...

6 months ago | 0

Answered
Using Simulink through a corporate VPN fails. Why?
Hi Glen, This error message indicates that there is an issue with the current proxy configuration, either in MATLAB Web prefe...

6 months ago | 0

Answered
Too many input arguments in nmpcblock_interface
Hi @Ashwin, According to the documentation "Specify Cost Function for Nonlinear MPC," a custom cost function for Nonlinear MP...

6 months ago | 0

Answered
how to solve no healthy upstream when I try to have a temporary password
Hi Maria, A "no healthy upstream" error usually indicates a temporary server outage. Such issues are typically resolved withi...

6 months ago | 1

| accepted

Answered
When running a Matlab web App, how do I run cleanup code upon the browser tab closing?
Hi Eyal, I understand that the "CloseRequestFcn" which is properly triggered when running an app in MATLAB, does not get trigge...

6 months ago | 0

Answered
Cosimulation fails with XSI error: Vivado Simulink HDL Simulation
Hi Ezenia, The error regarding the inability to create the XSI loader object typically occurs due to either missing Vivado libr...

6 months ago | 0

| accepted

Answered
How to run a m-file in OPAL-RT?
Hi Yugeswar, I also was looking for this, but could not find any resources that suggest we can call M file in OPAL-RT. I worked...

9 months ago | 0

Answered
serial data matlab and arduino
Hi Ahmed, This example that shows how to use Simulink Support Package for Arduino Hardware to send and receive serial data with...

9 months ago | 0

Answered
Error message while running model in Simulink Real-Time with Speedgoat target 2024b: WTERMSIG: 11 WCOREDUMP: 128
Hi Gaurav, I assume that the model has a "powergui" block with Simulation Type set to "Continuous". I had faced the same erro...

9 months ago | 0

Load more