photo

Naman Bhaia


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

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

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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 ...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

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

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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.

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
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. ...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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 ...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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 ...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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 ...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 1

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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,...

mehr als 5 Jahre vor | 0

Beantwortet
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 ...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Mehr laden