Brahmadev
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
94 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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日 前 | 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日 前 | 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日 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0