Statistics
0 Questions
39 Answers
RANK
1,684
of 294,577
REPUTATION
38
CONTRIBUTIONS
0 Questions
39 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20,127
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 152,032
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
What is the best way to show that 2 points a linked together
Hi @Joshua Nagle Nagle, I see that you want to show the points on your Cp graph more clearly since the points at the end have v...
1 day ago | 0
How to plot from listbox
Hi Brian, To plot data from the file selected in the list box, the name of the file needs to be extracted from the cell array i...
2 days ago | 0
Where did I go wrong with support vector
Hi @G. Nardi, From what I understand. You are following an example and are not getting the same graphs. The graphs seem to be p...
6 days ago | 0
Unable to get a continuous curvature for my nozzle contour
Hi @Bamelari Jovani From what I can understand, you are not able to plot the second order derivative curves. I think this is be...
29 days ago | 0
Help needed to make a 3d contour plot
Hi Digvijay, From what I understand, you want to make a 3D surface using x,y,z data points and make a 3D contour plot using fu...
30 days ago | 0
How to plot a velocity field
Hi Andres, I see that you are trying to plot a velocity field defined in polar coordinates using the ‘quiver’ function. The ‘q...
1 month ago | 0
How to create complex 'or', 'and' and 'not' operations in fuzzy inference rules
Hi Raul, I understand that you want to create complex rules for your Fuzzy Logic System but MATLAB does not support the use of...
1 month ago | 1
How can i connect multiple system to one solver configuration block?
Hi @Kaustav Mukherjee, I see that you want the entire model to have the same solver configuration and so are trying to attach t...
1 month ago | 0
Plot 2 D traiectory
Hi Adriana, The ‘XY Graph’ block has been improved in MATLAB R2021b and above by replacing it with a configuration of the ‘reco...
1 month ago | 0
How to plot a 3D cfit funktion in a 2d plot with isolines.
Hi @Christian Beigl, From what I understand, you are trying to plot contours of different values for the surface defined by ‘s...
1 month ago | 0
How to graph 'trapz' function
Hey @Max Payne, To visualize the trapeziums used for calculation by the 'trapz' function, you can make use of the 'xline' and '...
1 month ago | 0
2D steady heat transfer output returning NaN
Hi @Jai Harnas, I ran your code for heat transfer and did get the NaN values like you mentioned. On debugging I found that the ...
1 month ago | 0
Error in bessel code
Hi @Subha S, From what I understand, your plots are not matching the figure given in the research paper. This is because of a s...
1 month ago | 0
| accepted
How to create position input for prismatic joint with DC motor ?
Hi @Fatih, I think you can use the 'Ideal Translational Motion Sensor' block to get the position. Let me know if this works. ...
1 month ago | 0
| accepted
Wrong output with MATLAB S Function
Hi @AYYAPPA RUDRASIMHA, The simulation results using the MATLAB function block and S-function block are different because the C...
1 month ago | 1
| accepted
Why is there no matching of timing data when trying to match participant timing data (separate file) with note onset data (one file)?
Hey Andrea, Like you mentioned, the issue is in fact in the data extraction from the participant data file. In the data file, ...
1 month ago | 0
Method for Measuring Forces Due to Mass in 6 Degrees of Freedom Motion
Hi 석준, As I understand you are trying to apply forces on your platform at certain points and then measure forces acting at ot...
2 months ago | 0
error in task 6 of robotic vacuum stateflow
Hi @andre, I understand that you are going through the ‘Stateflow Onramp’ course and facing this issue. I went through this...
2 months ago | 0
Cannot run Simscape code
Hi @Najla, The 'C code' tab appears when you want to generate code, either by using 'ctrl + b' shortcut or when you use any of ...
2 months ago | 0
Nozzle Design Error: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN.
Hi, The reason you are getting this warning is because some matrices used in the code contain NaN values. On debugging the cod...
2 months ago | 0
| accepted
Issue regarding a data plot
Hi Rahul, I think the reason your graph shoots up so suddenly is due to the way you have defined the ‘percentage_difference_gI’ ...
2 months ago | 0
| accepted
Why isn't the numerical value assigned by matlab verified using == function.
Hi @Yogesh, the 'format' command does not change the precision of your variables. It only changes the format in which the output...
2 months ago | 0
Kindly guide how to add the single edit field for each RLC like [0.01, ...] and different time interval [10, 20, 30] in app designer and also the phase result on interfaces
Hi @Ehtisham, from what I understand you want to get a numerical vector from an edit field when you enter a string like “[10,20,...
2 months ago | 0
Invalid setting in 'Model' for parameter 'Gain'.
Hi @SM, from my understanding you are calling the ‘F3’ function iteratively and based on the output from the function changing t...
2 months ago | 0
calling function from separate document for fitting
Hi @Jack, the error that you are recieving is because you are passing 'x' as an argument of 'TA_fitting_function' but not defini...
3 months ago | 0
After upgrading Win11, MATLAB garbled characters
Hi @第四, it looks like you have opened a 'pcode' file (file with extension '.p'). 'pcode' files are MATLAB program files in a pro...
3 months ago | 1
How to create a dialog box in the plot window.
Hi @Ruben, you can use MATLAB’s ‘UIControl’ objects to build the user interface of your game. You can learn more about ‘UIContro...
3 months ago | 0
| accepted
Trouble simulating an RC low and high pass filter with trapoziodal aproximation
Hi @Dayan, The reason your plot is not matching to the one in the lecture is because you are calculating ‘va2’ with old value...
3 months ago | 0
inverse kinematics (self made function) errors
Hi @Manuel, the reason you are getting constant values for ‘joint2’ is because in the definition of ‘cos_joint2’ the sum of ‘ter...
3 months ago | 0
Comparing difference in values between values in an array - Using For Loop
Hi @Ammar, the reason you are getting an error is because the distance variable is not pre defined as a vector so it is not able...
3 months ago | 0
| accepted