anyone good in matlab coz i hv problem and i dont know how to fix it
so noone good in matlab ?!
You never asked the question so there is no way for one to gauge their competence against your question.
Ok the problem is that I don’t know how to make a table using matrixes in matlabe . I wrote a code that measure the output power and other parameters for 40 iteration and I want to put the result of each parameter in a table using matrix of 40 rows(iteration number) and 10 columns (parameters (results)).if u did not understand wat I said I can send u the code to see it
Your 40 iterations should be a vector and you should also have a vector or variable for voltage or current that you are adding to the equation each time. So you could use meshgrid() to create the matrix that is x samples and y iterations and then use disp(), fprintf(), or plot to display the results.
Join our real-time social learning platform and learn together with your friends!