Brahmadev
Followers: 0 Following: 0
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 ...
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 前 | 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...
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 前 | 0
| 已接受
已回答
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 ...
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 前 | 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...
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 前 | 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: ...
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 前 | 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...
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 前 | 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...
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 前 | 0
| 已接受
已回答
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...
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 前 | 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 ...
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 前 | 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...
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 前 | 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...
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 前 | 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. ...
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 前 | 0
| 已接受
已回答
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...
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 前 | 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...
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 前 | 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 ...
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 前 | 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...
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 前 | 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...
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 前 | 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...
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 前 | 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...
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 前 | 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....
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 前 | 0
已回答
Matlan操作咨询
Hi @bowen, 我将用英语回答您的疑问,以便更快地回复。 For your first question, you can create an object for any class that is there on the MATLAB p...
Matlan操作咨询
Hi @bowen, 我将用英语回答您的疑问,以便更快地回复。 For your first question, you can create an object for any class that is there on the MATLAB p...
8 months 前 | 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...
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 前 | 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...
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 前 | 0
| 已接受
已回答
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...
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 前 | 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 ...
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 前 | 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...
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 前 | 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...
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 前 | 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...
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 前 | 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...
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 前 | 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...
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 前 | 0