Community Profile

photo

Brahmadev


Last seen: 3 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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 Tage vor | 0

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

4 Tage vor | 0

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

4 Tage vor | 0

| akzeptiert

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

4 Tage vor | 0

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

4 Tage vor | 0

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

15 Tage vor | 0

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

17 Tage vor | 0

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

17 Tage vor | 0

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

24 Tage vor | 0

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

24 Tage vor | 0

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

24 Tage vor | 0

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

25 Tage vor | 0

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

25 Tage vor | 0

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

26 Tage vor | 0

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

27 Tage vor | 1

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

2 Monate vor | 0

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

2 Monate vor | 0

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

2 Monate vor | 0

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

2 Monate vor | 0

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

2 Monate vor | 0

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

2 Monate vor | 0

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

2 Monate vor | 0

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

3 Monate vor | 1

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

3 Monate vor | 0

Beantwortet
How to plot time intensity curves from doppler waveform images?
Hi @Samay Mehta, As per my understanding, you have '.wmv' file that you would like to read it 600 times in 5 minutes. Post this...

3 Monate vor | 0

Beantwortet
Change Simulink.Signal initial value programmatically
Hi @Aviad Aviad, For programatically editing a Simulink.Signal object from the command window, we should first define it in th...

3 Monate vor | 0

Beantwortet
steepest descent using armijo rule
Hi @Kendall Donahoe, Assuming that 'armijostep' function written by you takes the x and y co-ordinates (2x1 vector) from the cu...

3 Monate vor | 0

Beantwortet
Is it possible to use the Frequency Response Estimation Block in order to measure a real plant?
Hi @Evelyn Lovasz, When using the 'Frequency Response Estimator' block for an unstable plant, online estimation works in a clo...

3 Monate vor | 0

Beantwortet
error estimation in T1mapping
Hi @Giuseppe Anastasio, The classical error propagation formula for a function f(x, y, z, ...) with uncertainties σx, σy, σz, ...

3 Monate vor | 0

Beantwortet
Simulink signal Code generation property
Hi @Suleyman, As you mentioned, 'ExportedGlobal' is not present in the 'Code Mappings - Component Interface' for Signals/States...

3 Monate vor | 0

| akzeptiert

Mehr laden