BhaTTa
Followers: 0 Following: 0
Statistics
0 Questions
198 Answers
RANK
12 772
of 295 638
REPUTATION
4
CONTRIBUTIONS
0 Questions
198 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ungefär 7 timmar ago | 0
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
ungefär 7 timmar ago | 0
Generate Simulink Model from XML file
refer: https://www.mathworks.com/matlabcentral/answers/349718
ungefär 14 timmar ago | 0
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...
ungefär 14 timmar ago | 0
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...
ungefär 15 timmar ago | 0
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...
ungefär 15 timmar ago | 0
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...
en dag ago | 0
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...
en dag ago | 0
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 ...
en dag ago | 0
How does bayesopt() handle integer optimizable variables?
Hey @Wei Song, Please refer to this answer: https://www.mathworks.com/matlabcentral/answers/454604
en dag ago | 0
'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...
5 dagar ago | 0
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 ...
5 dagar ago | 0
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...
8 dagar ago | 0
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...
8 dagar ago | 0
Ultrametric distance matrix from distance matrix
Refer to this github repo: https://github.com/ndag/ultrametrics/blob/master/README.md
8 dagar ago | 0
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...
8 dagar ago | 0
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...
8 dagar ago | 0
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...
8 dagar ago | 0
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: ...
9 dagar ago | 0
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...
9 dagar ago | 0
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...
9 dagar ago | 0
How can I activate keyboard shortcuts (e.g. ctrl-o) from the command window in R2013?
Hey @Maestro, Type "preferences" in the command window. Then under Keyboard -> Shortcuts you can change the keyboard shortcuts....
9 dagar ago | 0
What can i do to insert the script on top the command window?
Hey @Antonino Alesci, If your trying to run the script and display the output of the script at top of your command window then y...
9 dagar ago | 0
if i have matrix and i want to generate a random matrix with specific rule ?
Hey @Firas Al-Kharabsheh, I understand that you want to overlap "Full_Matrix" on matrix "X" , you can achieve it by looping thro...
9 dagar ago | 0
Regarding buffer and stack in simulink
Hey @ana, you can achieve the above requirement by implementing a loop that processes your input matrix in chunks of 40 samples....
9 dagar ago | 0
Confusion with triangles, area , perimeter
Hey @Dylan, I assume that you require a MATLAB script that calculates both the perimeter and the area of a triangle given the co...
ungefär en månad ago | 0
gui setting a static text according to an edit text value?
Hey @naim, you can achieve the above requirement in MATLAB App Designer by adding a callback function to the edit text field tha...
ungefär en månad ago | 0
store listbox selections in array after pushbutton is pressed
Hey @miner, you can achieve the above requirement by adding a callback logic to pushbutton. Please refer to this documentation....
ungefär en månad ago | 0
Resample timeseries with maximum values
Please refer to 'retime' function to achieve above requirement.
ungefär en månad ago | 0
binary convertion data simulink
Hey @Danilo NASCIMENTO, you can convert binary data into decimal format in Simulink by using a combination of blocks that interp...
ungefär en månad ago | 0