Brahmadev
Followers: 0 Following: 0
Statistics
0 Questions
94 Answers
RANK
1,305
of 295,448
REPUTATION
52
CONTRIBUTIONS
0 Questions
94 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Serial Connection between matlab and arduino for Stepper Motor
Hi @Mariam Hossam, I believe the issue you're experiencing seems to be related to how "Serial.readString()" is used within the ...
16 days ago | 0
incorporating reaction wheels in "Attitude Dynamics" box.
Hi @Gökhan, Based on the documentation mentioned by you, the "Attitude Dynamics" does not provide a direct method to incorporat...
17 days ago | 0
| accepted
Matlab function inside simulink takes forever to compile
Hi @Mohamed, To help debug the issue effectively, please try the following steps, which may assist in identifying the specific ...
18 days ago | 0
execute a block of code based on real time analog input
Hi @Fan Yang, As per my understanding, you would like a plot to update based on real-time data acquired from your NI device. Yo...
6 months ago | 0
Generate a specified number of pulse signals using NI USB-6211
Hi @Ziyu Hua, You can refer to the following example to generate a pulse signal for generating pulse signals with NI devices: ...
6 months ago | 0
How to acquire data and generate signals at the same time using ni-daq on session-based interface
Hi @Mingu Kang, You can use the "readwrite" function to simultaneously read and write device channel data Refer to the followi...
6 months ago | 0
constraint Orientation Target quaternion
Hi @Denizhan AKINCI, As mentioned in the documentation you linked, Target orientation of the end effector relative to the refer...
6 months ago | 0
| accepted
Plotting 1 set of data with two different axis - 1 reverse oriented
Hi @Patrik Micek, As per my understanding, you would like to merge both the figures 1 and 2 and plot both the components of Eps...
6 months ago | 0
Reduce noise and highlight peaks in DWS data
Hi @Marco RONDELLI, As per my understanding, you are looking for a automated solution for finding the peaks for multiple plots ...
6 months ago | 0
Scatter plot to contour plot
Hi @mads skibsted, You can use the following code for contour plot of your data: filePath = 'filePath/k.txt'; % Define the fil...
7 months ago | 0
Vectorize nested for loops with indices and subscripts
Hi @OK, I think we can modify the loop as follows: for j = 1:n mask2 = A == j; % Logical indexing for each unique value i...
7 months ago | 0
Display all open tabs in editor in a vertical side panel?
Hi @mahaju, You can right-click on the tabs panel which show all the file names and change the Tabs Position from Top to Left. ...
7 months ago | 0
| accepted
How to set working directory for Simscape?
Hi @Srinivas Gopal Krishna, You can copy the .m files to the new folder as well and then modify the text present in the model a...
7 months ago | 0
Changing the outputted font of a wordApp code
Hi @Michael, If you would like to change the format of the data that is being displayed in the Word file. You can format you co...
7 months ago | 0
Finding the closest match for data.
Hi @Leon Ellis, The strategy that you have described using "immse" function can be useful for comparison. Some other things to ...
7 months ago | 0
Can we dock figure property inspector to the figure window?
Hi @Ahmad Abuaish, As you mentioned, MATLAB currently does not support docking the Property Inspector window. As an alternative...
8 months ago | 0
Line Integral under surface
Hi @HAMID, You can find the area along any line for the surface given by using the "interp2" to interpolate th function along t...
8 months ago | 0
In the NewMaze function, get the text of the selected branching mode and use it as the second input to the amaze function.
Hi @Layba, According to the task in App Building Onramp, you can edit the NewMaze callback and pass the Branching Mode as the s...
8 months ago | 0
Extract the selected region from the harp, pax, and wanc signals. Make sure that the extracted signals are named harp_ROI, pax_ROI, and wanc_ROI respectively and display them
Hi @Layba, I am assuming that these are output signals from a simulation and stored in your workspace. Cropping the signal or e...
8 months ago | 0
How to write to DAC pins on arduino in MATLAB - not Simulink!
Hi @Logan Hinchcliffe, As per my understanding, you would like to use MATLAB to write to DAC pin on an Arduino target hardware....
8 months ago | 0
Matlan操作咨询
Hi @bowen, 我将用英语回答您的疑问,以便更快地回复。 For your first question, you can create an object for any class that is there on the MATLAB p...
8 months ago | 0
I did step function from data that generated from Simulink. the graph is the one that I need and there's possible number for overshoot value. however the step info didnt show.
Hi @Aidi Farhan Mohamed Sadik, As per the code you have provided, I am assuming that "out.res" has the output data and "out.tou...
8 months ago | 0
How can I read the most recent scans from a data acquisition object during continuous background recording?
Hi @Will S, As per my understanding, you would like to read only the data from the past 'X' miliseconds no matter when the 'rea...
8 months ago | 0
| accepted
Imgradient3 what input it take
Hi @Saurav, The "imgradient3" function in MATLAB is designed to compute the gradient magnitude and direction of a 3-dimensional...
8 months ago | 1
Read and sort data in different spreadsheets according to specific columns
Hi @Tanaya Chatterjee, As per my understanding, you would like to accomplish 2 tasks, first being, adding a Column 7 in sheet ...
9 months ago | 0
How to make a moving data point on a coordinate plane using raw EOG data
Hi @Nick Doherty, A moving plot can be created if you have the raw EOG data recorded with you. You can iteratively call the 'pl...
9 months ago | 0
How can I rearrange an equation to multiple varriables?
Hi @Stan Smit, For manipulating equations that you have mentioned above, the Symbolic Math Toolbox can be very useful. You can...
9 months ago | 0
findchangepts use for multiple files
Hi @Daniel Stein, For comparing each line of a file to the corresponding line in another file for 50,000 files with 50,000 line...
9 months ago | 0
How can I split a word? (Ther is a special case)
Hi @Kerem Kayan, As per my understanding of your question, you would like to split different unordered list elements using MATL...
9 months ago | 0
Convert code built around structure to code built around class
Hi @James Taylor, Converting a codebase that uses structures to one that uses classes involves several considerations. If the c...
9 months ago | 0