photo

Brahmadev


Last seen: 6 dagen ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

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

2 maanden ago | 0

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

2 maanden ago | 0

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

2 maanden ago | 0

Answered
constraint Orientation Target quaternion
Hi @Denizhan AKINCI, As mentioned in the documentation you linked, Target orientation of the end effector relative to the refer...

2 maanden ago | 0

| accepted

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

2 maanden ago | 0

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

2 maanden ago | 0

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

3 maanden ago | 0

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

3 maanden ago | 0

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

3 maanden ago | 0

| accepted

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

3 maanden ago | 0

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

3 maanden ago | 0

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

3 maanden ago | 0

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

3 maanden ago | 0

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

3 maanden ago | 0

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

4 maanden ago | 0

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

4 maanden ago | 0

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

4 maanden ago | 0

Answered
Matlan操作咨询
Hi @bowen, 我将用英语回答您的疑问,以便更快地回复。 For your first question, you can create an object for any class that is there on the MATLAB p...

4 maanden ago | 0

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

4 maanden ago | 0

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

4 maanden ago | 0

| accepted

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

4 maanden ago | 1

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

5 maanden ago | 0

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

5 maanden ago | 0

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

5 maanden ago | 0

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

5 maanden ago | 0

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

5 maanden ago | 0

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

5 maanden ago | 0

Answered
Parameter fitting using Machine Learning techniques on time series
Hi @LeChat, Your approach to solving this problem involves two distinct tasks: classification and regression. Classification o...

5 maanden ago | 0

Answered
2D FFT Frequency-wavenumber Dispersion Curves
Hi @Lawrence Yule, To address the questions you have mentioned: Getting wavenumber axis into the correct units: The wavenumber...

5 maanden ago | 1

Answered
Can you help me write this question in finite volume method? This is my first time writing FVM. I wrote using FDM below :(
Hi @Shengwei Bie, The MATLAB code for First order upwind seems to be on the right track, here are some more things to consider...

5 maanden ago | 0

Load more