Feeds
문제를 풀었습니다
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:...
대략 1개월 전
답변 있음
How to get intersection of very large polyshapes?
Hey Tom, In order to compute area of intersection between polygons where one of the polygon is very large, I would suggest you ...
How to get intersection of very large polyshapes?
Hey Tom, In order to compute area of intersection between polygons where one of the polygon is very large, I would suggest you ...
대략 1개월 전 | 0
| 수락됨
답변 있음
Defining interfaces for subsystems to be converted into referenced models
Hey @Ignacio Ayerbe Pérez-Piñar, I would suggest you to use Model Reference Conversion Advisor to convert subsystems to referen...
Defining interfaces for subsystems to be converted into referenced models
Hey @Ignacio Ayerbe Pérez-Piñar, I would suggest you to use Model Reference Conversion Advisor to convert subsystems to referen...
대략 1개월 전 | 0
| 수락됨
답변 있음
Creating a Save button
Hey Samuel, In order to create a save button in a MATLAB app to save inputs and outputs to a text file, you can make use of cal...
Creating a Save button
Hey Samuel, In order to create a save button in a MATLAB app to save inputs and outputs to a text file, you can make use of cal...
대략 1개월 전 | 0
답변 있음
How to programmatically test how many time a Simulink function is called in Simulink function?
Hey Wei, I understand that you want to track the number of function calls being made to check if the function is being called c...
How to programmatically test how many time a Simulink function is called in Simulink function?
Hey Wei, I understand that you want to track the number of function calls being made to check if the function is being called c...
대략 1개월 전 | 0
| 수락됨
답변 있음
No matter what I try MatLAB remains frozen on the initializing, white screen and will only shut down with a force quit.
Hey Elmer, The MATLAB support for macOS Sonoma started with R2023b and it is relatively new. There are a few known issues when ...
No matter what I try MatLAB remains frozen on the initializing, white screen and will only shut down with a force quit.
Hey Elmer, The MATLAB support for macOS Sonoma started with R2023b and it is relatively new. There are a few known issues when ...
대략 1개월 전 | 0
답변 있음
how can I make the following for loop faster?
Hey Gabriel, I could give you some hints to speed up your code: I noticed that some computations are being repeated, for examp...
how can I make the following for loop faster?
Hey Gabriel, I could give you some hints to speed up your code: I noticed that some computations are being repeated, for examp...
대략 1개월 전 | 0
답변 있음
Why wont my MATLAB software run after i installed it?
Hey Noah, I believe you are facing a crash as you do not have access to the folder specified in Windows registry key HKEY_CURRE...
Why wont my MATLAB software run after i installed it?
Hey Noah, I believe you are facing a crash as you do not have access to the folder specified in Windows registry key HKEY_CURRE...
대략 1개월 전 | 0
답변 있음
How can I programmatically add a Stateflow.Data ?
Hey @Houellebecq Vincent, As far as I understand, copying graphical objects also copies the Stateflow.Data objects contained by...
How can I programmatically add a Stateflow.Data ?
Hey @Houellebecq Vincent, As far as I understand, copying graphical objects also copies the Stateflow.Data objects contained by...
대략 1개월 전 | 0
답변 있음
Simulink Truthtable block with Action language as C
Hey Arunkumar, As far as I understand, unlike Stateflow charts, where you can set the action language to C or MATLAB, the Truth...
Simulink Truthtable block with Action language as C
Hey Arunkumar, As far as I understand, unlike Stateflow charts, where you can set the action language to C or MATLAB, the Truth...
대략 1개월 전 | 0
답변 있음
I would like to send text from matlab using twilio , how best can l do it ,is there a package l need to use
Hey @ODENDAAL, I understand you are looking for resources to send text messages via MATLAB using twilio. To communicate using ...
I would like to send text from matlab using twilio , how best can l do it ,is there a package l need to use
Hey @ODENDAAL, I understand you are looking for resources to send text messages via MATLAB using twilio. To communicate using ...
대략 1개월 전 | 1
| 수락됨
답변 있음
How to get the current running mlx filename?
Hey Dorian, As far as I understand, Live editors do not execute the .MLX script directly. For running the code, temporary files...
How to get the current running mlx filename?
Hey Dorian, As far as I understand, Live editors do not execute the .MLX script directly. For running the code, temporary files...
대략 1개월 전 | 0
| 수락됨
답변 있음
Unit of P1 in fft spectrum
Hey Samyak, In the context of the FFT (Fast Fourier Transform) in MATLAB, the unit of P1 is Amplitude spectrum. The fft functio...
Unit of P1 in fft spectrum
Hey Samyak, In the context of the FFT (Fast Fourier Transform) in MATLAB, the unit of P1 is Amplitude spectrum. The fft functio...
대략 1개월 전 | 0
답변 있음
Peaks and Valleys of Noisy, Increasing Sinewave
Hey @kjb, I went through your script and I could not find anything wrong with it. However I have found a query similar to yours...
Peaks and Valleys of Noisy, Increasing Sinewave
Hey @kjb, I went through your script and I could not find anything wrong with it. However I have found a query similar to yours...
대략 1개월 전 | 0
답변 있음
everytime that i try opening the simulink the MATLAB closes, can someone help me?
Hey Alexandre, It appears that you are experiencing a crash as you do not have access to the folder specified in Windows regist...
everytime that i try opening the simulink the MATLAB closes, can someone help me?
Hey Alexandre, It appears that you are experiencing a crash as you do not have access to the folder specified in Windows regist...
대략 1개월 전 | 0
답변 있음
one can use decimal symbol and digit grouping symbol in matlab simulink graphics
Hey Octavian, In order to format the tick labels for the plots for a MATLAB figure, you can use the "ytickformat" function with...
one can use decimal symbol and digit grouping symbol in matlab simulink graphics
Hey Octavian, In order to format the tick labels for the plots for a MATLAB figure, you can use the "ytickformat" function with...
대략 1개월 전 | 0
답변 있음
Can i prevent other client connecting to my mdce
Hey @文文 林, To prevent unauthorized access to your MATLAB Job Scheduler (MJS) cluster, you can implement several security measur...
Can i prevent other client connecting to my mdce
Hey @文文 林, To prevent unauthorized access to your MATLAB Job Scheduler (MJS) cluster, you can implement several security measur...
대략 1개월 전 | 0
답변 있음
What standardize method is used in the classification learner app when using a SVM classifier?
Hey Maryam, You can use the hyparameter options in the Classification learner app to standardize the data while using SVM. If...
What standardize method is used in the classification learner app when using a SVM classifier?
Hey Maryam, You can use the hyparameter options in the Classification learner app to standardize the data while using SVM. If...
대략 1개월 전 | 0
| 수락됨
답변 있음
ANFIS for classification
Hey Samia, In order to use the ANFIS (Adaptive Neuro-Fuzzy Inference System) function for classification in MATLAB, you can fol...
ANFIS for classification
Hey Samia, In order to use the ANFIS (Adaptive Neuro-Fuzzy Inference System) function for classification in MATLAB, you can fol...
대략 1개월 전 | 0
답변 있음
How can i fix that? And are there any error in my code? thank. "X0 returned by MATLAB S-function 'mppt1' in 'solar/S-Function' must be a vector of length 4"
Hi @Do An The error message indicates that the initial condition vector x0 must have a length of 4. Your code seems to be corre...
How can i fix that? And are there any error in my code? thank. "X0 returned by MATLAB S-function 'mppt1' in 'solar/S-Function' must be a vector of length 4"
Hi @Do An The error message indicates that the initial condition vector x0 must have a length of 4. Your code seems to be corre...
대략 1개월 전 | 0
답변 있음
How can I use meshgrid to isolate the center values of a matrix and change them? So if it is 10x10, I want to change the 2x2 at the center. At 20x20, I want to change the 4x4
Hey @codeconstructo, For modifying the centre values of the matrix, you can index them using array positions. For example, In t...
How can I use meshgrid to isolate the center values of a matrix and change them? So if it is 10x10, I want to change the 2x2 at the center. At 20x20, I want to change the 4x4
Hey @codeconstructo, For modifying the centre values of the matrix, you can index them using array positions. For example, In t...
대략 1개월 전 | 0
답변 있음
Does matlab have any declarative programming paradigm version?
Hey @ENRICO, As per my understanding, Imperative and Declarative Programming Languages have some key differences: Imperative p...
Does matlab have any declarative programming paradigm version?
Hey @ENRICO, As per my understanding, Imperative and Declarative Programming Languages have some key differences: Imperative p...
대략 1개월 전 | 0
답변 있음
When i open the simulink of matlab 2018b on windows,it crashed. What can i do for it? Please help me
Hey @weijie zhang It appears that you are experiencing a crash as you do not have access to the folder specified in Windows reg...
When i open the simulink of matlab 2018b on windows,it crashed. What can i do for it? Please help me
Hey @weijie zhang It appears that you are experiencing a crash as you do not have access to the folder specified in Windows reg...
대략 1개월 전 | 0
답변 있음
What are MATLAB application in EV ?
Hey Mukund, MATLAB and Simulink are extensively used in both Electric Vehicles (EV) and Internal Combustion Engine (ICE) vehicl...
What are MATLAB application in EV ?
Hey Mukund, MATLAB and Simulink are extensively used in both Electric Vehicles (EV) and Internal Combustion Engine (ICE) vehicl...
대략 1개월 전 | 0
답변 있음
anyone know how to open .dmi file
Hey @mohd akmal masud It appears that the error is due to a mismatch between the number of elements in your array and the dimen...
anyone know how to open .dmi file
Hey @mohd akmal masud It appears that the error is due to a mismatch between the number of elements in your array and the dimen...
대략 1개월 전 | 0
답변 있음
Which application should i use for classification (0 or 1) of ECG data
Hey Vandana, To train a classification model for your ECG dataset, I would recommend you to use the Classification Learner App ...
Which application should i use for classification (0 or 1) of ECG data
Hey Vandana, To train a classification model for your ECG dataset, I would recommend you to use the Classification Learner App ...
대략 1개월 전 | 0
답변 있음
how I can remove head of file
Hey Sherek, I believe that you have not provided the complete code snippet as the variable 'h' is not defined. Since your datas...
how I can remove head of file
Hey Sherek, I believe that you have not provided the complete code snippet as the variable 'h' is not defined. Since your datas...
대략 1개월 전 | 0
답변 있음
Gtk-Warning while starting MATLAB on Fedora 40
Hey Ahmet, I believe that you are recieving these warnings because the Gtk modules are not being loaded. Please check if you ar...
Gtk-Warning while starting MATLAB on Fedora 40
Hey Ahmet, I believe that you are recieving these warnings because the Gtk modules are not being loaded. Please check if you ar...
대략 2개월 전 | 0
답변 있음
Performs the generalized app
Hey Viorel, I can help you by providing some hints to generalize your MATLAB script. Use a for loop for initializing "DM(i,1)"...
Performs the generalized app
Hey Viorel, I can help you by providing some hints to generalize your MATLAB script. Use a for loop for initializing "DM(i,1)"...
대략 2개월 전 | 0
| 수락됨
답변 있음
How to distinguish between different time blocks and proprieties
Hey Yasser, I understand that the different sample times in Simulink can be confusing. Each sample time has a separate purpose....
How to distinguish between different time blocks and proprieties
Hey Yasser, I understand that the different sample times in Simulink can be confusing. Each sample time has a separate purpose....
대략 2개월 전 | 0
| 수락됨