Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
Feeds
답변 있음
Error on website: can't get Certificate after completing Simulink Fundamentals
clear cookies and try... it may work
Error on website: can't get Certificate after completing Simulink Fundamentals
clear cookies and try... it may work
1년 초과 전 | 0
답변 있음
why this loop is not working? Actually p_j value is not changing why?
Instead of p_j write p(j)
why this loop is not working? Actually p_j value is not changing why?
Instead of p_j write p(j)
1년 초과 전 | 1
답변 있음
Hello, I'm your new active user. I don't know my license number, I need it urgently!
License - Try above function in commond window.
Hello, I'm your new active user. I don't know my license number, I need it urgently!
License - Try above function in commond window.
1년 초과 전 | 0
질문
Close result window of toolbox result
Hi, after running some toolbox of MATLAB. Result window is appearing at every iternation in code. I want to close it. I have tri...
대략 8년 전 | 답변 수: 0 | 0
0
답변답변 있음
Bad clarity using export_fig
In figure window, file-> Save as-> Check option for PDF. It will be better quality. In case, if you are using Latex, then ...
Bad clarity using export_fig
In figure window, file-> Save as-> Check option for PDF. It will be better quality. In case, if you are using Latex, then ...
대략 8년 전 | 0
답변 있음
Matlab GUI - Enter variable name in the Edit Text box
You can save in .mat file and load data in script. check doc save and doc load in matlab command
Matlab GUI - Enter variable name in the Edit Text box
You can save in .mat file and load data in script. check doc save and doc load in matlab command
대략 8년 전 | 0
답변 있음
How can I get bode plot on closed loop buck power supply
<http://in.mathworks.com/help/slcontrol/gs/bode-response-of-simulink-model.html> Find out frequency response of the system....
How can I get bode plot on closed loop buck power supply
<http://in.mathworks.com/help/slcontrol/gs/bode-response-of-simulink-model.html> Find out frequency response of the system....
대략 8년 전 | 0
| 수락됨
답변 있음
arduino uno and scope
Make sure that you have installed library for arduino.
arduino uno and scope
Make sure that you have installed library for arduino.
대략 8년 전 | 0
| 수락됨
답변 있음
my code is running but it didn't display the graph even if it put the x and y value in the axis. here is my code
x is scalar. That is main reason. use linspace command to create different samples between xd1 and xd2. e.g, linspace(xd1,xd...
my code is running but it didn't display the graph even if it put the x and y value in the axis. here is my code
x is scalar. That is main reason. use linspace command to create different samples between xd1 and xd2. e.g, linspace(xd1,xd...
대략 8년 전 | 0
답변 있음
How can I solve this PDE equation?
<https://in.mathworks.com/help/matlab/math/partial-differential-equations.html>
How can I solve this PDE equation?
<https://in.mathworks.com/help/matlab/math/partial-differential-equations.html>
대략 8년 전 | 0
| 수락됨
답변 있음
How can I plot this equation in matlab?
USe for loop for n. X and t can be vector. t=0:0.01:3; x=0:(pi/100):pi; for n=1:20 end
How can I plot this equation in matlab?
USe for loop for n. X and t can be vector. t=0:0.01:3; x=0:(pi/100):pi; for n=1:20 end
대략 8년 전 | 0
답변 있음
Move legend to middle of figure
In figure editor, you can move legend. (Edit-> Figure properties -> click on legend)
Move legend to middle of figure
In figure editor, you can move legend. (Edit-> Figure properties -> click on legend)
대략 8년 전 | 1
답변 있음
Use of an existing function as a objective function?
You can call Simulink model using sim function in objective function. In Simulink model, you can store that variable (to workspa...
Use of an existing function as a objective function?
You can call Simulink model using sim function in objective function. In Simulink model, you can store that variable (to workspa...
대략 8년 전 | 0
답변 있음
cannot install arduino library in matlab 2015a?
You need to delete this folder, Make sure that folder is not in path tool. Or easy way, install in new folder...
cannot install arduino library in matlab 2015a?
You need to delete this folder, Make sure that folder is not in path tool. Or easy way, install in new folder...
대략 8년 전 | 0
| 수락됨
답변 있음
inserting multiple values in simulink
see help of gain block, you will be able to solve your issue.
inserting multiple values in simulink
see help of gain block, you will be able to solve your issue.
대략 8년 전 | 0
답변 있음
Adding Latex Code?
You can use following link for checking <https://www.codecogs.com/latex/eqneditor.php> your equation, or making equation
Adding Latex Code?
You can use following link for checking <https://www.codecogs.com/latex/eqneditor.php> your equation, or making equation
대략 8년 전 | 1
답변 있음
How to prevent Matlab from rounding small numbers to zero?
Check the code once again. You can see code of xcorr function using edit xcorr
How to prevent Matlab from rounding small numbers to zero?
Check the code once again. You can see code of xcorr function using edit xcorr
대략 8년 전 | 0
답변 있음
I can't drag and drop mat file into workspace
Check following link <http://answers.microsoft.com/en-us/windows/forum/windows_10-start/how-to-fix-drag-and-drop-in-windows-...
I can't drag and drop mat file into workspace
Check following link <http://answers.microsoft.com/en-us/windows/forum/windows_10-start/how-to-fix-drag-and-drop-in-windows-...
대략 8년 전 | 0
답변 있음
Simple problem using for loop/array
May be, you can you debug your program. Give completer code to give solution
Simple problem using for loop/array
May be, you can you debug your program. Give completer code to give solution
대략 8년 전 | 0
답변 있음
select a row from a matrix
a=ones(90,12); j=1; for i=1:3:87 if a(i+1,12)<a(i,12) & a(i+1,9)>0 b(j,:)=a(i+1,:); elseif cond b(j,:)=a(i+2,...
select a row from a matrix
a=ones(90,12); j=1; for i=1:3:87 if a(i+1,12)<a(i,12) & a(i+1,9)>0 b(j,:)=a(i+1,:); elseif cond b(j,:)=a(i+2,...
대략 8년 전 | 0
| 수락됨
답변 있음
xlsread - Undefined function 'dec2base27
Dear Andre, Restart the laptop. It may work.. :))
xlsread - Undefined function 'dec2base27
Dear Andre, Restart the laptop. It may work.. :))
대략 8년 전 | 0
답변 있음
Connecting line between different points obtained from a for-loop
<http://in.mathworks.com/matlabcentral/newsreader/view_thread/1588> This will work for your case !! All the best !!
Connecting line between different points obtained from a for-loop
<http://in.mathworks.com/matlabcentral/newsreader/view_thread/1588> This will work for your case !! All the best !!
대략 8년 전 | 0
답변 있음
fmincon computes all the outputs even with a failed step.
Hi, First thing, there should be only one output value from your objective function for single objective function. <https://...
fmincon computes all the outputs even with a failed step.
Hi, First thing, there should be only one output value from your objective function for single objective function. <https://...
대략 8년 전 | 0
답변 있음
There was a problem sending the command to the program
Open the matlab first and then try to run program.
There was a problem sending the command to the program
Open the matlab first and then try to run program.
대략 8년 전 | 0
답변 있음
Out of Memory error!
<https://in.mathworks.com/help/matlab/matlab_prog/resolving-out-of-memory-errors.html> Try the stuff from this link
Out of Memory error!
<https://in.mathworks.com/help/matlab/matlab_prog/resolving-out-of-memory-errors.html> Try the stuff from this link
대략 8년 전 | 0
답변 있음
How can I write dft code from k = -3 ~ 3 for A = [1 7 5 11 15 19 8]?
It should be -3:3
How can I write dft code from k = -3 ~ 3 for A = [1 7 5 11 15 19 8]?
It should be -3:3
대략 8년 전 | 0
답변 있음
Creating tables using loops
In each Interpolation step, A(end)=[]; This should work.
Creating tables using loops
In each Interpolation step, A(end)=[]; This should work.
대략 8년 전 | 0