
Kunal Kandhari
MathWorks
Statistics
RANK
1,166
of 273,159
REPUTATION
46
CONTRIBUTIONS
0 Questions
37 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 18,447
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Remove Whitespace & Text From Cell
Hi, You can make use of strrep: Find and replace substrings function
24 hours ago | 0
How to measure elapsed time in hh:mm:ss?
Hi you can use of seconds function: tic; s = seconds(toc/86400); s.Format = 'hh:mm:ss' Hope this helps!
1 day ago | 0
How to plot graph In Simulink model with help of MatLab fUnction block ?
Hi, You can do this with the help of scope block You can read more about it using following resources: SCOPE Display signals ...
2 days ago | 0
Deactivate Matlab on a dead computer
Hi, you can go through following posts to solve your query: How can I deactivate MATLAB on a machine I cannot access? Deactiva...
2 days ago | 1
Is it possible to add an element to a "sub array"?
Hello Vincent, For an existing cell array stateMeasurements, you can assign a new element to the end using direct indexing. For...
13 days ago | 0
| accepted
How to import .mat file in MATLAB?
Hi Bidyarani, You can make use of load function to read the .mat file into MATLAB. Below is the sample code for that: filen...
13 days ago | 1
| accepted
plot a smooth curve
Hi Mohanned, It sounds like you want a kind of interpolation, because "smoothing" usually trims the values of the extreme poi...
13 days ago | 1
What is the difference between tcpip and tcpclient?
There is a similar post answering the query: Difference between tcpclient and tcpip?
13 days ago | 0
Other Programs that can execute MATLAB code
Hello Fortia, To my knowledge, you can do run MATLAB code/functions from various programming languages. I have attached releva...
13 days ago | 1
| accepted
How can I trigger Stateflow's "Arrange Automatically" via the API?
I am not aware of ways to align or distribute blocks programmatically but, starting MATLAB 2018b you can use Simulink.BlockDiagr...
13 days ago | 0
Does anyone has the codes of the Sobel edge technique?
Hello Albert, I do not have much knowledge in the Sobel Edge Detection Technique. So, I cannot directly help you with your cod...
13 days ago | 0
i want to need image encryption and decryption algorithm applying process on MATLAB?
Hello Hasnain, I do not have much knowledge in the images encryption or decryption field. So, I cannot directly help you with ...
14 days ago | 0
| accepted
Simulink Can't Open
This issue could caused by different reasons. To narrow down the root cause of this issue, kindly try the follow workarounds: ...
14 days ago | 0
How to run two loops simulatenously which share varaibles in MATLAB?
Hi, Not all MATLAB for loops can be converted to parfor. In your this part of code: disp(value) if(value > count) brea...
14 days ago | 0
Unable to install MATLAB Runtime version 9.8 (R2020a). Need help and guidance on what to do next.
Hi, You are getting this error probably because the downloaded zip is corrupted, Please use following link to download the M...
14 days ago | 0
Auto Arrange Layout in simulink stuck in ubuntu
Hello Om, You can use the keyboard shortcut for auto arranging which is 'Ctrl+Shift+A'. If you are still facing the issue th...
15 days ago | 0
writing data of formula
Hi Z = (sin(k)/x_2(s)) * ((cos(phi(k)) + (1j*(sin(phi(k)))))) The variable Z just stores the calculated value in every iterati...
15 days ago | 0
What is the difference between demod and ammod?
Hi, demod(y,fc,fs,method) demodulates the real carrier signal y with a carrier frequency fc and sample rate fs using the method...
15 days ago | 0
Error in using join command
Hi, From the error messgae it seems like two columns doesn't have the same data type and you need to convert one of them. Foll...
15 days ago | 0
Videos matlab app designer?
Hi, For converting your program to app you can refer the following video: Getting Started with App Designer
15 days ago | 0
Array indicates must be positive integers or logical values
Hi, Matlab Array indices start from 1. Since you are using taking h as input and runnng loop till h-1 so both of following doe...
15 days ago | 0
Which Matlab application, can be used for Unmanned Air Vehicle (UAV) communication channel calculations?
Hi, for Unmanned Air Vehicle (UAV) relates tasks, you will be requiring UAV Toolbox, which you can install using the following l...
2 months ago | 0
| accepted
Does the appdesigner UI can display satelliteScenarioViewer?
There is currently no way to embed the Satellite Viewer into an App Designer app. The Satellite Viewer does not have the parent ...
2 months ago | 0
SPM12 GUI slow on macOS 12.5
Hi please download the JetBrains version of JRE using the archive of JetBrains: https://www.jetbrains.com/idea/download/other.ht...
2 months ago | 0
how to read datetime from a time server?
Hi, please see the similar articles to get the datetime from servers/online: Using NTP protocol: get today's date online via Ma...
2 months ago | 0
Image covering panel in app designer
Hi, For setting up background images,see the related Article: How do I add a background image to my gui or figure window I a...
2 months ago | 0
.msi file for compiled app
MathWorks is unable to provide .MSI installation files for any of our products. These are not created in-house and aren't offici...
2 months ago | 0
| accepted
Can you use .toarray() for to transform matlab.double objects to python arrays?
There are a couple of ways to accomplish this. One method is to use numpy's built-in method, 'asarray': Start by loading your m...
2 months ago | 0
Why do i get error while installing Matlab and the problem isn't the connection?
This error may occur if the installation files for some or all of your products are corrupt, missing, or for the wrong operating...
2 months ago | 0
Matlab R2009b Installation - An error occured while contacting mathworks please try later
This error may occur if the installation files for some or all of your products are corrupt, missing, or for the wrong operating...
2 months ago | 0