photo

BhaTTa


Last seen: Today Active since 2023

Followers: 0   Following: 0

Statistics

  • 6 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Remote API CPLEX for Matlab
refer: https://www.mathworks.com/matlabcentral/answers/262857

15 hours ago | 0

Answered
plot datetick with mmm, dd yyyy in lower right corner as in datetime axis
Hey @F S, I understand that you want to display a date label in the lower right corner of a plot with a datenum x-axis, you can ...

15 hours ago | 0

Answered
Expression is too large for MATLAB to evaluate
refer: https://www.mathworks.com/matlabcentral/answers/195103

15 hours ago | 0

Answered
Crash matlab after use help.
refer: https://www.mathworks.com/matlabcentral/answers/332742

15 hours ago | 0

Answered
error opening simulink in matlab r2014a
Hi @suyash, the error message you're encountering indicates that MATLAB cannot find a function or variable named simulnk. This i...

3 days ago | 0

Answered
gui code for speech recognition
Hey @ATULYA ARYA, MATLAB provides tools like MATLAB App Designer to create GUI elements, and you can use the Audio Toolbox for s...

3 days ago | 0

Answered
Requesting a Matlab code
Hey @saikiran Puranam, filtering human voice using a band-stop filter in MATLAB involves several steps. Human voice typically ra...

3 days ago | 0

Answered
how to extract only digits from an image
To extract digits from an image in MATLAB, we typically follow these steps: 1. Image Preprocessing: Read the image: Load t...

5 days ago | 0

Answered
Matlab export to excel borders format
refer: https://www.mathworks.com/matlabcentral/answers/310354

5 days ago | 0

Answered
Search table and assign to uitable in gui using GUIDE
Hey @Nikhil Tamhankar, Its good to use MATLAB App designer to achieve you requirement, you can create a table in MATLAB App desi...

5 days ago | 0

Answered
How to display Workspace variable data/Value in a uitable format?
Hey @Syed Zenith Rhyhan, refer to this documentation: https://www.mathworks.com/help/matlab/ref/uitable.html

5 days ago | 0

Answered
Generate Simulink Model from XML file
refer: https://www.mathworks.com/matlabcentral/answers/349718

6 days ago | 0

Answered
Convert XML file to Simulink Model
Hi @Ibrahim Abdullah. I assume that you have received a Simulink file as a zip file and upon extracting the zip file you see an...

6 days ago | 0

Answered
Question about Matlab with pcbStack
Hey @Daiki Ichikawa, the pcbStack object is used to create and manipulate a printed circuit board (PCB) stack-up, which consist...

6 days ago | 0

Answered
Streamslice for non-rectangular plane
Hey @Andreas Frederiksen, The streamslice function is designed to work with rectangular domains defined by the X and Y coordinat...

6 days ago | 0

Answered
RTTTL to wav file
Hey @Samar Elsayed, please look into this 3rd party website: https://www.ekn.io/ptttl/ , please make sure to review the 3rd part...

7 days ago | 0

Answered
Change keyboard focus in MATLAB GUI
Hi @Adham Elkhouly, In MATLAB GUIs, handling global keyboard shortcuts like pressing "Return" or "Space" can be tricky, especial...

7 days ago | 0

Answered
3D Vector Fields of a given function
Hey @Stefan Naumoski, you can use quiver3 to plot vector fields and isosurface (or contour3 for 2D) to visualize equipotential ...

7 days ago | 0

Answered
How does bayesopt() handle integer optimizable variables?
Hey @Wei Song, Please refer to this answer: https://www.mathworks.com/matlabcentral/answers/454604

7 days ago | 0

Answered
'for' loop with multiple conditions.
Hey @ET-TAOUSSI mehdi, from you flowchart I understand there are various "nested if else statements" , based on the conditions w...

10 days ago | 0

Answered
how to change default calendar within isbusday()
Hey @Isma, please refer to this answer https://www.mathworks.com/matlabcentral/answers/271319 to get holidays and business days ...

10 days ago | 0

Answered
can anyone tell me how to implement boundary detection algorithm?
Hey @sana saleeme, I assume that you want to trace the boundary of an object. Please refer to below article: https://www.mathwo...

13 days ago | 0

Answered
convert an array to time series and input to simulink
Hey @Mohammad Ali Khademi, I assuume that you want to convert your array of time and digital data into a time series format suit...

13 days ago | 0

Answered
Ultrametric distance matrix from distance matrix
Refer to this github repo: https://github.com/ndag/ultrametrics/blob/master/README.md

13 days ago | 0

Answered
extract date from cell of mixed types
Hey @Utsav, When you import data from Excel using xlsread in MATLAB, and the date information is stored as text, you need to con...

13 days ago | 0

Answered
how can i multiply blocks of a block matrix by a non block-matrix, block to elements?
Hey @xosro, I assume that you want to multiply each 2x2 block of A by a corresponding element from B. The element B(i, j) should...

13 days ago | 0

Answered
GUI for plotting specific rows-columns in a 3D cell matrix
Hey @Ahmad Khaled, you can achieve it through MATLAB App Designer, where you can create a custom GUI using the App Designer to l...

13 days ago | 0

Answered
how to draw a graph
Hey @nkumar, I understand that you want to draw a graph in Simulink, Please follow the below steps in order to achieve it: ...

14 days ago | 0

Answered
How to create an adjacency matrix with a hexagonal structure
Hey @ally, first you have to number each of the hexagonal nodes, then see which all nodes are directly connected to the given nu...

14 days ago | 0

Answered
how can I draw network in Matlab from a specific nodes matrix
Hey @Ahmed, To draw a network in MATLAB using a list of source and target nodes, you can use the graph function, which is design...

14 days ago | 0

Load more