Questions with no comments/solutions

I am trying to do the navigation project where the code will continuously get the snapshot of the Google image in Satellite mode very 100 ms. The script has to run the image processing part and give some structures result to the next module for rest of the processing. Currently I am able to perform the required functions in PC with in 100 ms. But there is no more scope for processing because of the 100 ms image input frequency? What are the solutions available to optimize the execution speed? Should I opt for 200 ms input?

  • 586 views
  • 0 answers
  • 0 votes

I am using MS project for a project which has more than 120 tasks. I recently refreshed TFS and I can see that the roll up time do sent match with the actual. Since there are so many tasks, resetting the resource allocation is not a viable option. What are the properties of TFS? How should one ideally treat the TFS project? Can I import the TFS data into new project directly? How to refresh and still get the proper roll up time in MS project?

  • 586 views
  • 0 answers
  • 0 votes

I am performing Block convolution method in Matlab. I am planning to use this in the future for my main project as well. Currently the entire code takes 20-40 s to complete the execution. But, sometimes for certain inputs the Matlab doesn’t execute the complete m script and waits infinitely. I have to later kill the task or use Ctrl break. But, if re run the same code without changing the inputs, the code executes properly. What might be the problem of the cause?

  • 595 views
  • 0 answers
  • 0 votes

I have a project whose time elapsed component is not acceptable as in this project there are several future activities which are either started or already complete. I also have doubt about tasks which are interrupted. How to consider all these and report percentage completion of entire project? I have base lined the project and I am little confused about the measurement. What are fixed duration tasks and how are they different from normal tasks? What are the changes to be done while measuring the performance of whole project?

  • 611 views
  • 0 answers
  • 0 votes

I have a code which read an input image and searches for a Arrow mark. I need to find the Pin point section of the arrow mark? How to search for the Arrow mark shape in the image? How to find the X,Y vectors of the pixel which is the closest point of the arrow tip? How to locate multiple arrow marks if possible? The arrow marks are single lines only with the inverted V making the tip. The line will be drawn by another user and will be shred to me.

  • 559 views
  • 0 answers
  • 0 votes

How to create buttons in Matlab. Basically, looking for code to generate Graphical user Interface code. I also have the requirement that if the user clicks on one button in one figure, the button click action should also trigger the corresponding call back function. I have four figures in Matlab and user may select any button in any of the window. Once input is received from the user, the code has to perform similar click functions in remaining windows too. Please help.

  • 634 views
  • 0 answers
  • 0 votes

I am trying to solve a equation in Matlab. For example, assume solving quadratic equations. The problem I am facing is the results are not matching on different machines. I had stored a big file with the solutions and when run on my team members PC it gave slightly different results. Though the error is very negligible, the system cannot accept them because they are simply different. One is on Mac and another is on Windows 7. What are the known accuracy issues in Matlab? Can I post the code so that the code can also be verified? How to make the decision of Platform for Matlab so that the error will be zero all the time. Thank you for your reply.

  • 615 views
  • 0 answers
  • 0 votes

I want to detect the custom packet with signature. How to detect the packets? How to extract the packet data body so that I can verify the encrypted signature in the packet. Then I will have to give Full permission for one of my data in the server. What applications are there to perform the said activity already? If I have to automate this, which is the best approach? How to start with networking programming? I know the basics and your kind support towards this will help me in completing this objective.

  • 622 views
  • 0 answers
  • 0 votes

I want code for running Matlab scripts so that whenever the data is submitted by the user, the code has to pick random numbers from it and generate requested number of 3×4 matrices. The user will provide path of the file in which random numbers are stored. The user will also mention the number of matrices. How to load and randomize the existing numbers in the file? What are the features of file load functions which can accomplish this task? What are the existing random number generation logics?

  • 746 views
  • 0 answers
  • 0 votes

Assume there are five people to whom tasks have to be allocated. I want one person to work on a task for complete day or until the task is complete whichever is earlier. How to define this requirement is MS project so that, first person will get to handle the task on Monday, the remaining task will be handled by the second person on Tuesday and so on? I have tried, but since the task almost gets over in two days, the other three persons are not getting the tasks only to be accomplished. What is the solution?

  • 513 views
  • 0 answers
  • 0 votes