답변 있음
Mesh plot interactive in panel
Hi Nora, When you create a GUI with GUIDE, by default it will remove the toolbar and menubar from the GUI's figure window, by...

거의 7년 전 | 0

| 수락됨

답변 있음
MoneyNet connection instable and randomly lost
A much cleaner way would be to use the 'isconnection' function to check if the connection is valid <https://www.mathworks.co...

거의 7년 전 | 0

답변 있음
How can I set a custom path in Matlab R2017a on MacOS?
Hi Poul, You can try using a startup.m File The startup.m file is for specifying startup options. You can add folders to t...

거의 7년 전 | 0

답변 있음
How to execute command according to time while running simulation?
You can run the simulation for one time step using the sim() command. The resulting outputs can be again sent as an input for si...

거의 7년 전 | 0

답변 있음
Plot a video near a matlab plot
Hi Michela, * You can save the moving plot as a video using the 'getframe' function. In the following example I store each fr...

거의 7년 전 | 0

답변 있음
Video is displayed smaller in figure
Hi Geert-Jan, I tried running the example code that you mentioned in MATLAB R2017a. However, I am unable to reproduce the iss...

거의 7년 전 | 0

답변 있음
How do i find the yearly mean and maximum of Discharge data from a 50 years data?
Hi Farooq, As mentioned by others, it will be helpful if you share the sample data that you are using. However I did a quick ...

거의 7년 전 | 0

답변 있음
Whenever I try opening simulink 2016b...it shows a message like this in start page
Try checking your Internet Options in the Control Panel and setting an exception: Internet Options --> Connections --> LAN-Se...

거의 7년 전 | 0

답변 있음
Host Matlab GUI in C# WPF application
Hi Joy, This thread looks like a similar discussion. It might be of some help: <https://www.mathworks.com/matlabcentral/...

거의 7년 전 | 0

답변 있음
Datafeed returns an error using fetch function
Hi Adraino, MATLAB uses Yahoo's API under the hood. Around April 18 Yahoo introduced some changes in the protocol of their AP...

거의 7년 전 | 4

답변 있음
Neural network and get data from workspace
Hi Michel, I assume you are using Neural Network Pattern Recognition Tool and you want to import some training data. You cann...

거의 7년 전 | 0

| 수락됨

채널


Vibration Data

대략 7년 전

답변 있음
Support for math markup in Cody Coursework planned?
Hi Timofey, Thanks for your feedback. FYI, I've shared the same with the Cody Team, they're looking into this. Reg...

대략 7년 전 | 0

답변 있음
Coefficients from butter function differ between platforms
Hi Bjarke, There may be many factors causing this mismatch. For example, 'butter' function you mentioned might use some libra...

대략 7년 전 | 1

| 수락됨

답변 있음
Accessing Bing map data from Matlab
Hi Georg, I assume you want to work on Geospatial data. This functionality is available in 'Mapping Toolbox'. You can explor...

대략 7년 전 | 0

답변 있음
Create tall array/datastore of multiple .csv files with different file formats (Big Data)
Hi Matthjis, You can write a custom file read function using fileDatastore. This is used for custom files. You can rea...

대략 7년 전 | 0

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 7년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 7년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 7년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

대략 7년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 7년 전

답변 있음
External Interrup Source for SLRT
Hi James You can use IRQ source block and convert your whole model to function-call subsystem to achieve this. To read more a...

대략 7년 전 | 0

| 수락됨

답변 있음
Problem with shortened Reed-Solomon codes in MATLAB
This is a bug in RS encoder system object in MATLAB R2015a and it has been corrected in MATLAB R2016a. You can try the same and ...

대략 7년 전 | 1

답변 있음
How do I install correctly the MinGW-w64 compiler for Windows ?
Hi Robin, You can refer to this MATLAB Answers link for more information on why this occurs: <https://www.mathworks.com/...

대략 7년 전 | 0

| 수락됨

답변 있음
New block for Pixhawk in Simulink
Hi Fernando, This might be a good starting point for you <https://www.mathworks.com/help/simulink/custom-block-basics.htm...

대략 7년 전 | 0

| 수락됨

답변 있음
Can someone give me the source code for bat algorithm based support vector machine for regression?
Hi Sharath, <https://www.mathworks.com/matlabcentral/fileexchange/ MATLAB File Exchange> lets you find and share custom appli...

대략 7년 전 | 0

답변 있음
Problem with Fuzzy logic Controller in Simulink
Hi David, There is no hard limit on the number of rules. However, a huge number of fuzzy rules not only increases computati...

대략 7년 전 | 1

답변 있음
Data preprocessing in ANNs
In general, you can get a new variable in the range [a,b] using: x_new = (b-a)*((x-min_x)/(max_x-min_x))+a...

대략 7년 전 | 0

| 수락됨

답변 있음
errors while implementing a fuzzy logic controller with feedback ...
This may be a case of Algebraic loop formed. Basically, algebraic loops occur when an input port with direct feedthrough is driv...

7년 초과 전 | 1

답변 있음
Input ports (1, 2) of 'untitled/Fuzzy Logic Controller/FIS Wizard/Defuzzification1/Merge' are involved in the loop
This may be a case of Algebraic loop formed. Basically, algebraic loops occur when an input port with direct feedthrough is driv...

7년 초과 전 | 2

더 보기