Answered
How do you make a 3D plot with the given information?
Hey Abigail, What I understood is that you want to make a 3d plot from the second, third and fourth column of the data given. F...

5 years ago | 0

Answered
Help with introducing hydro powered turbines into off-grid system with PV and Wind.
Hey Ryan, See if the following links help https://www.researchgate.net/publication/275329400_Simulation_Model_of_Hydro_Power_P...

5 years ago | 1

| accepted

Answered
How to plot the quadratic function surface?
Hey Seyyed, I was able to simplify the code by using vectorized operations instead of for loop clc clear Q = [0.7750 0.3897...

5 years ago | 1

| accepted

Answered
How to load data from a .mat file in a Simulink block for the generation of a C code?
Hey Harsh, To use a lookup table from a ‘.mat’ file, you can use the From File block to get your lookup table in a matrix for...

5 years ago | 0

Answered
hwo can i fix the errors below
Hey Abdulrahman, Based on what I can understand I think there is a logical error in the 15th line of your code. F_of_u is a fu...

5 years ago | 0

| accepted

Answered
How can I disable font smoothing by default for all text , legend, marker, axes object within a plot?
You can try the following commands set(groot,'defaultAxesFontSmoothing', 'off'); set(groot,'defaultTextFontSmoothing', 'off'...

5 years ago | 2

Answered
use of If else condition
Hey Akshay, I have looked at the question and I believe it is similar to a previously answered question, I hope this link helps...

5 years ago | 0

Answered
Did not start the server. Desired port was: 31415.
Hi , Some workarounds that can help are: 1. Try the connector in your web browser from the localhost address: Make sure that t...

5 years ago | 1

Answered
Issues saving matlab files in version 2018a
Please refer to the following link as it may have the solution to your problem: https://www.mathworks.com/matlabcentral/answer...

5 years ago | 0

Answered
Simulilnk, raspberry pi and codegeneration with Image Processing Tools
Hey Mortiz, Certain Image Processing Toolbox features have been enabled for code generation. Please see the link below for more...

5 years ago | 0

Answered
subplots of heatmap versus lineplots in same x-axes
Hey Poulomi, What I understood from your question was that you want to plot both graphs overlaid one on top of another so for ...

5 years ago | 0

| accepted

Answered
Command Line Simscape Model Generation - Powergui Error
Hey Callum, Since this error is very specific, it will need reproduction of the entire model or at least a subpart of it to rea...

5 years ago | 0

Answered
simulation of a continuous data input (in Simulink)
What I understood from is that you would like to gradually read-in data to an algorithm. One way to read data into Simulink is ...

5 years ago | 1

| accepted

Answered
error related to downloading the products of matlab.
This error occurs when an Antivirus or security software is installed on your computer and is blocking the download. Try tempora...

5 years ago | 0