Community Profile

photo

Shruti Sapre

MathWorks

Last seen: 거의 2년 전 2015년부터 활동

Followers: 0   Following: 0

연락

I am a Computer Science graduate and a training engineer at The Mathworks.
In my free time, I like to go hiking, running or biking

통계

All
  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

채널


Confusion Matrix

4년 초과 전

채널


ChannelNew

4년 초과 전

답변 있음
How can I control node label font size of a graph or digraph object?
Hi Jakob, I looked into this and it appears that there currently isn't a way to change the font size of the labels of a graph...

대략 8년 전 | 2

답변 있음
Drawing a shape in a function that will be called by a different program that will translate it.
Hi Eungee, The function that draws the circle could return the handle to the shape object. You could use this handle to get t...

대략 8년 전 | 0

답변 있음
viscircles and imfindcircles problem
Hi Elena, In order to see the image, you would need to add imshow(A) after "imread" A = imread('coins.png'); imshow(A...

대략 8년 전 | 0

답변 있음
large speed loss in going from 2012b (Win7) to 2015b (Win10)?
Hi, Do you have any graphics functions as a part of the code? A new graphics engine was introduced in 2014b which may affect ...

대략 8년 전 | 0

답변 있음
Import code generated by simulink to CCS v6
Hi, Could you try the makefile approach given at the below link? <http://www.mathworks.com/help/ecoder/ug/tutorial-using-x...

8년 초과 전 | 0

답변 있음
Requirements menu is not highlighted / unaccessible
Hi Kaustubh, This could an issue with licensing. Could you please try the "license checkout" command and check the license?...

8년 초과 전 | 0

답변 있음
how can I resolve the compiling issue ? Adding a custom block to the Lego EV3 Simulink package
Hi, I understand that you are using the MinGw on Windows7. The sys/mman.h is a Unix header file not available on Windows. You...

8년 초과 전 | 0

답변 있음
Function 'print' does not save properly in 'png' format. Title of the colorbar in a surf plot is missing (Matlab2015b on Mac OSX 10.9.5)
Hi, I tried the above code and it displayed the title for me. You could maybe try switching to a basic version of hardware-a...

8년 초과 전 | 0

답변 있음
"Make Error" Simulink Matlab R2013a (NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\cl.exe"' : return code '0x2')
Hi, The below links may be helpful: <http://www.mathworks.com/matlabcentral/answers/109230-fatal-error-while-building-simu...

8년 초과 전 | 0

답변 있음
Help: I can't open simulink block library. not responding at all
Hi Tom, This could be a known Java 7 issue where an operating system's IPv6 configuration prevents IPv4 loopback. That fails ...

8년 초과 전 | 0

답변 있음
I reinstalled SDK 7.1 with patch, now simulink model won't open
Hi Shashvat, Can you please try disabling any security software that may be running on your machine, and attempt to launch ...

8년 초과 전 | 0

| 수락됨

답변 있음
Why am i getting this error code when i try to print? I can't tell if this is a matlab error or an error in my pc's coding.
Hi Alexander, The problem likely originates from having a registered printer with an incompatible driver. The incompatibili...

8년 초과 전 | 0

답변 있음
Running existing java-based GUI in matlab
Hi Jacinto, I understand that wish to call the Java GUI from within MATLAB. You could build the GUI into a jar and call the c...

8년 초과 전 | 0

답변 있음
Output argument "variable" (and maybe others) not assigned during call to "function".
Hi, I tried running the above functions and it did not give me the 'Output argument "variable" not assigned during call to ...

8년 초과 전 | 2

답변 있음
How can I read in a number from a file name?
Hi Jack, If you are storing the name of the file as a string, you can do something like this: >>startIndex = sscanf(str,...

8년 초과 전 | 0

| 수락됨

답변 있음
max function does not work
Hi Søren I could not view the log file attached, and I am not very sure about the workflow taken by you. Generally, the "Inde...

8년 초과 전 | 0

답변 있음
Problems with moving Simscape from 2014b to 2015b
Hi Dan, You could export the model created in R2015b to be compatible with R2014b: <http://www.mathworks.com/help/simulink...

8년 초과 전 | 0

답변 있음
How i can reading character letter by letter
Hi Gaseb, Here are two functions that may help achieve the required result: 1. Using "strsplit": <http://www.mathworks....

8년 초과 전 | 1

답변 있음
opening a simulink model from 2014b in 2013b
Hi John, This link may be useful to save the Simulink model to the older version: <http://www.mathworks.com/help/simulink/...

8년 초과 전 | 0

답변 있음
How can I manually remove files in the required file list in the Matlab Compiler 2015b?
Hi Anders, You try using "mcc" to give in the specific files you need as arguments: <http://www.mathworks.com/help/mps/ml_...

8년 초과 전 | 0

답변 있음
Error in port widths or dimensions in Flow State
Hi Josip, There are two ways to avoid this error, depending if the ports are dynamically sized or not: 1. If the inputs ...

8년 초과 전 | 0

답변 있음
xmakefilesetup in matlab command promt returns an error
Hi Sara, I was looking at the documentation link for xmakefilesetup and it looks like CCS V6 is not supported: <http://www.m...

8년 초과 전 | 0

답변 있음
How to stop Matlab from randomly maximizing plot windows
Hi Christopher, It looks like this is a known issue, and has no workarounds: <http://www.mathworks.com/matlabcentral/answe...

8년 초과 전 | 0

답변 있음
Installer Error, 2015b for Windows 8 (64-bit).
Hi Matteo, You could temporarily disable your anti-virus by attempting the installation while in Windows Safe Mode with netwo...

8년 초과 전 | 0

답변 있음
Using .mexw64 in a Matlab function
Hi Ana, The below link may be helpful to resolve the issue. The functions may need to be declared using coder.extrinsic since...

8년 초과 전 | 0

답변 있음
Download Error Matlab Installer
Hi Viktor There could be a few reasons for this: 1. Antivirus, firewall, or security software may have disrupted the dow...

8년 초과 전 | 0

| 수락됨

답변 있음
Error using sendmail (line 172)
Hi Andy, MATLAB started using Java 7 from R2013b. Java 7 uses IPv6 by default. Could you please try the below workarou...

8년 초과 전 | 0

답변 있음
Background in EPS export in R2014b
Hi, Maybe this link could prove to be useful to help with the issue: <http://www.mathworks.com/matlabcentral/answers/93300...

8년 초과 전 | 0

더 보기