Community Profile

photo

Kunal Kandhari

MathWorks

Last seen: 25 Tage vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer
  • Promoter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to add CLEAR, PRESET terminals in J-K FLIP FLOP
If you want to create a MOD-3 counter using J-K flip-flops in Simulink and as there is no direct CLR (Clear) or PR (Preset) port...

8 Monate vor | 0

Beantwortet
passing filenames to a dos command
To pass the filenames to the dos command, you need to properly construct the command string to include the file names. Here's h...

8 Monate vor | 0

Beantwortet
How to Improve the image quality
Hi Abu, If you plan to include the graph in a LaTeX document, using vector-based formats like EPS or PDF is recommended. Thes...

8 Monate vor | 0

Beantwortet
How to specify fin length in heatsink block?
In Simulink's Heat Sink block, the "depth" parameter typically refers to the thickness or height of the heat sink, not the lengt...

8 Monate vor | 0

Beantwortet
i am tring to input different z values to get different B using matrix manipulation. just having trouble using for loop
Code seems to be working! Can you please elaborate what error you're getting?

etwa ein Jahr vor | 0

Beantwortet
Remove Whitespace & Text From Cell
Hi, You can make use of strrep: Find and replace substrings function

etwa ein Jahr vor | 0

Beantwortet
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!

etwa ein Jahr vor | 0

Beantwortet
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 ...

etwa ein Jahr vor | 0

Beantwortet
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...

etwa ein Jahr vor | 1

Beantwortet
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...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
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...

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
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...

etwa ein Jahr vor | 1

Beantwortet
What is the difference between tcpip and tcpclient?
There is a similar post answering the query: Difference between tcpclient and tcpip?

etwa ein Jahr vor | 0

Beantwortet
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...

etwa ein Jahr vor | 1

| akzeptiert

Beantwortet
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...

etwa ein Jahr vor | 0

Beantwortet
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...

etwa ein Jahr vor | 0

Beantwortet
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 ...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
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: ...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Videos matlab app designer?
Hi, For converting your program to app you can refer the following video: Getting Started with App Designer

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
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 ...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Beantwortet
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...

mehr als ein Jahr vor | 0

Mehr laden