Community Profile

photo

Naman Bhaia


Last seen: 11 meses hace Con actividad desde 2019

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

Estadísticas

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Commenter
  • Solver
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
How to make Embedded coder use isnan C-API than implementing custom code?
I believe Code Replacement Customization can be the possible solution. To implement that, you could develop a code replacement ...

casi 5 años hace | 0

Respondida
How do I find the lowest values in one array that are greater than each value from another array?
Hello Liam, Can you try if the following code helps with the problem you have? z=zeros(1,0); %defining an array z to store out...

casi 5 años hace | 0

Respondida
How to make a diamond with asterisks?
Hello Juan, I believe a question similar to yours has been answered in this MATLAB Answers thread. Check and see if it helps wi...

casi 5 años hace | 0

| aceptada

Respondida
coder.checkGpuInstall() error
Hello Xabier, Can you check if the gpu build details you want is returned by the gpuDevice command?

casi 5 años hace | 0

Respondida
I want to plot a graph as shown below, For that non linear system, i have written a Matlab script but i can't really identify how do i plot such graph.
Hello Yash, If issue you are facing is in plotting the graphs in one figure, you can use the hold command while plotting. And...

casi 5 años hace | 0

| aceptada

Respondida
Please help! Trying to convert greyscale image back to rgb. error "rbg" not defined when using conversion code.
I think it is saying 'rbg' not found becuase it seems to be a typographical error. Try 'imshow(rgb)' and see if it solves the is...

casi 5 años hace | 0

Respondida
How to start code generation programmatically
Hello Christer, Check and see if these documentation links help: Embedded coder MATLAB coder Simulink coder Also you can us...

casi 5 años hace | 0

Respondida
How to plot A Curve That Connects The Highest Values in Y-Axis
Hello Yaser, I believe the issue you are facing can be solved in two steps: Find the maximum value corresponding to each value...

casi 5 años hace | 0

| aceptada

Respondida
Can I fix the figure(plot size) with axis limit changed?
Hello Soonwoo, I think the issue you are describing can be bypassed by fixing the figure size. You can visit this MATLAB Answer...

casi 5 años hace | 0

Respondida
Change units of colorbar
Hello Andres, What I understood from your question is that you just want to change the X-axis labels. Since you said that you a...

alrededor de 5 años hace | 0

Respondida
Help "Page not found" after installing a new version
Hello Michael, As far as I could understand a similar question has been posted on MATLAB Answer. You can see the thread here an...

alrededor de 5 años hace | 0

Respondida
Importing excel data in a loop
Hello Muhammad, I think that what you are referring to is a dynamic link between MATLAB and Excel. And for this query I found a...

alrededor de 5 años hace | 0

Respondida
How can i change Installation and Activation log files location?
Hello Marc, As far as I understood, you want to know the location for the Installation log file and the activation log file. Fo...

alrededor de 5 años hace | 0

Respondida
Universally setting the y direction of plots when doing any kind of image analysis
Currently this is not possible but I think it will be made available in future releases.

alrededor de 5 años hace | 0

| aceptada

Respondida
How to find and plot the centroid of a curve I plotted
Hello Tarek, As far as I understood, the issue you are facing could be broadly defined as plotting the centroid for any curve. ...

alrededor de 5 años hace | 0

Respondida
Problem in Implementing exponential transfer function
Hello Rahul, From what I can understand, you can do the following as an alternative to using MATLAB script 1. There can be two...

alrededor de 5 años hace | 1

| aceptada

Respondida
MatLab won't start up
Hey Freya, Can you try running MATLAB as administrator from you D:/ installation? Without any further details on the error I t...

alrededor de 5 años hace | 0

Respondida
how to generate two primo numbers?
Hey Shulei, I am assuming you wanted two prime numbers and with the following conditions: M/2<p1<M 2<p2<M I suggest you use ...

alrededor de 5 años hace | 0

Respondida
Need help FOR loop question 3
Hey Reynaldo, Try the following code as an answer for i=1:5 new_A(i) = A(i)+i; new_B(i) = B(i)-i; new_C(i) = C(i)*i; new_D...

alrededor de 5 años hace | 0

| aceptada

Respondida
How to remove stock prices that falls on weekend ?
Hey Sana, After you have generated the logical vector you can use that logical vector as index positions to eliminate the value...

alrededor de 5 años hace | 0

Respondida
plotting multiple brownian motions curves on the same plot
Hey Katie, According to my understanding you are generating only one plot. If you want to plot a graph for each iteration of th...

alrededor de 5 años hace | 0

Respondida
Computing the 10,005th Prime Number
Hey Daniel, What James said makes sense, you must try the problem and ask about your doubts here. But here are some hints to ge...

alrededor de 5 años hace | 0

Respondida
SIMULINK model of a mass-spring with discrete external force is stuck
Hey Foad, I tried running your model at my end and similarly got stuck at ~29%. It actually isnt stuck, it is just progressing ...

alrededor de 5 años hace | 0

Respondida
Is there any plan to support python 3.x in MATLAB production server?
Hey, Like you said currently only Python 2.7 is supported for MATLAB Production Server. Any future plans for integrating python...

alrededor de 5 años hace | 0

Respondida
Advanced Line Plotting/ Recreation of old figure
Hey Michael, To plot multiple lines together on one graph with shared axes you can try using the hold command in the following ...

alrededor de 5 años hace | 0

Respondida
How can i reduce precision only in the maximum value of a column matrix?
Hey Elisa, The max() function returns the maximum value in an array and its index position. So using the following command we g...

alrededor de 5 años hace | 1

Respondida
Got my Uni licence activation code but not recognised when I attempt to install Matlab in Ubuntu 14.04
Hey, From your question it appears that you may have been inputting the Activation Key into the File Installation Key window. A...

alrededor de 5 años hace | 0

Respondida
How to Move Position of Z Axis Ticks on Plot3 Graph?
Tick direction can be changed using the TickDir property. The following will make the ticks point away from the graph: set(gca,...

alrededor de 5 años hace | 0

Respondida
after installation of matlab in my laptop ,when i click matlab icon it is not opening
Hey Yuganand, This issue seems similar to another reported and solved on MATLAB Answers. You can find the discussion here. If ...

alrededor de 5 años hace | 0

Respondida
How to plot time and date (x-axis) on predicted model?
Hey Ali, I tried running your code and with minimal change I got the date as the X- axis labels. Check if this is what you were...

alrededor de 5 años hace | 0

| aceptada

Cargar más