Community Profile

photo

Abdurrehman


UET

Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


NI Visa Package is not being installed in Matlab
Hi, I am using Instrument Control Tool Box Matlab2019a Windows7 64 Bit Antivirus is disabled. I have have downloaded NI Visa S...

3 years ago | 0 answers | 0

0

answers

Question


where can I download matlab web app server
I am using MATLAB 2018a, in directory I have MATLAB web app server installer. But the PC where the MATLAB is installed, not conn...

5 years ago | 1 answer | 0

1

answer

Question


MATLAB Production Server to reduce startup time of Matlab standalone?
Hi An expert from MATLAB community had suggested me to use Matlab Production Server for reducing startup time of Matlab stand...

5 years ago | 1 answer | 0

1

answer

Question


How to reduce image size before saving into .mat file
I am capturing images from cell phone camera and saving it to .mat file. Due to high resolution .mat file size become high and t...

5 years ago | 1 answer | 0

1

answer

Question


How to remove an element from a structure array using matfile handler
Hi, I am using following piece of code to remove an element from a structure array, but its not working please help Matf...

5 years ago | 1 answer | 0

1

answer

Question


How to get unique identifier of a specific axis with mouse click
Hi, I have placed 15 axes on a figure; each axis contains a graph, in order to perform operations I need to get unique ID of a ...

6 years ago | 1 answer | 0

1

answer

Question


How to control visibility of all panels with one single statement
Hi, I have used many UI Panels in my guide GUI. The Panels are dedicated for special tasks which can be selected by pushbutt...

6 years ago | 0 answers | 0

0

answers

Question


Real time sensor data required
Dear All, Instead of using rand function, I need real time data of any sensor e.g. temperature, pressure, altitude etc. Requ...

6 years ago | 1 answer | 0

1

answer

Question


Data type conversion in Matlab
I have a fundamental question i.e. if I write in Matlab Variable = 10; the variable will be of double class and 8 bytes wi...

6 years ago | 1 answer | 0

1

answer

Answered
How to keep a certain axes unchanged
I have multiple axes can't write many statements. Instead want to manage in 1 or 2 statement (s)

7 years ago | 0

Question


How to keep a certain axes unchanged
I am using following statement to clear all axes in gui at once. arrayfun (@cla,findall (0,'type','axes')); The sta...

7 years ago | 3 answers | 0

3

answers

Question


How to reduce the loading time of Matlab standalone application?
I have created a standalone application with Matlab 2016. When I run application the splash screen appears for few seconds and t...

7 years ago | 1 answer | 1

1

answer

Question


How to create SQL database with Matlab.
Hi, I have found many documents for interfacing a database with Matlab. But I am unable to find a good literature on the topic "...

7 years ago | 0 answers | 0

0

answers

Answered
"matrix dimesion must agree" error (simple equation)
Instead of / You should use ./ for matrix division

7 years ago | 0

Question


Array within a structure array doesn't hold previous values
Hi Again, Initially a structure was created with following way Student=struct('Class','Junior','ID',1631,'Name','XYZ','Fee...

7 years ago | 2 answers | 0

2

answers

Answered
How can i read second column from a txt file in matlab
[Filename,FilePath]=uigetfile('\\Address\*.txt','Load File'); FileName=fullfile(FilePath,Filename); NoofCol=7;% Total no...

7 years ago | 1

| accepted

Question


Width of bar in bar plotting is very high
I am using following piece of code in my GUI to plot a bar in an axes, it works very fine when I run GUI in Matlab but when I ru...

7 years ago | 1 answer | 0

1

answer

Question


Using GUIDE GUI was build in Matlab 2014b but now not opening properly in 2016b
I had made GUI in guide with Matlab 2014b now opening it is 2016a but some buttons are not shown on screen. Is this due to scree...

7 years ago | 1 answer | 0

1

answer

Question


How to import large text file data in to workspace?
Hi, I am having a text file with following format First Line is a string contains device parameters rest is 18000x12 Li...

7 years ago | 1 answer | 1

1

answer

Question


How to append new structure array element in existing .mat file.
I am appending new structure array element in existing .mat file (which contains structures), it saves new element accurately bu...

7 years ago | 2 answers | 0

2

answers

Question


How to open an excel file in reuse mode from matlab
I want to open a excel file that resides on server. it works very well with fullfile and winopen commands. But once file has be...

7 years ago | 0 answers | 0

0

answers