Community Profile

photo

taimour sadiq


Last seen: 2 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 4
  • Explorer
  • Solver

View badges

Feeds

View by

Question


how to automate this manual code containing if else conditons?
i m creating a data based on values in variable seletion... if first value of selection is 1 it will pick data from Values cel...

2 months ago | 2 answers | 0

2

answers

Question


How to save a multiple plots data with labels, title, legends and then plot again on uiaxes?
a = 0:0.01:2*pi; b = sin(a); c = cos(a);...

5 months ago | 1 answer | 0

1

answer

Question


How to display a saved .fig file in uiaxes appdesinger?
i have some .fig plot save in my folder and i want to display them in UIAxes Appdesinger.. My code is Path = 'C:\Folder\'; My...

5 months ago | 1 answer | 0

1

answer

Question


how to replace a specific line in a text file with user data?
clear Messege = 'Hello'; fileID = fopen('SampleFile.txt', 'rt'); textLine = fgetl(fileID); lineCounter = 1; while ischar(te...

6 months ago | 1 answer | 0

1

answer

Question


How to auto save workspace variable with specific path and filename without Popup?
d = 'Sunday'; y = 2017; path = 'E:\Matlab\'; filenam = 'Data'; % uisave({'d','w'},path) % this works with path but ask for ...

6 months ago | 1 answer | 0

1

answer

Question


How to convert specified time to GMT/UTC?
i want to convert datetime({'18-Oct-2023 17:40:00' '18-Oct-2023 18:00:00'},'TimeZone','+05:00') to GMT or UTC? required resu...

6 months ago | 2 answers | 0

2

answers

Question


how two use winopen command with path assigned in a Variable?
winopen 'C:\My Folder' the above works fine, but i have path saved in a variable MyPath and want to use winopen command with p...

6 months ago | 1 answer | 0

1

answer

Question


How to add different shaded Color to the back ground of a graph?
a = 0:0.1:2*pi; b = sin(a); plot(a,b) i have written a simple code of sin wave.. i want to add diffrent background colours ...

8 months ago | 1 answer | 0

1

answer

Question


how to give range in xlsread using edit text field in app designer?
i was to read a coloumn from xlsx file which is simple to implement as following columnB = xlsread(myExample.xlsx,'B:B'); ...

2 years ago | 1 answer | 0

1

answer

Question


running for loop gives error " Row index exceeds table dimentions "
i want to extraxt specific range of data from a table names as "Raw", and finally find mean of selected data assigned to variabl...

2 years ago | 2 answers | 0

2

answers

Question


how to add a number in a variable in a multiple?
i want to generate a data from zero to 180 degree for that i write A = 0:45:180; so i will get A = 0 45 90 135 180 now i wa...

2 years ago | 1 answer | 0

1

answer

Question


How to reduce precision of data greator than zero only? (Matlab R2019a)
Hello... Lets suppose i have a data stored in a variable A = [1.23323 45.24343 0.1 0.001 455.34543 ...

3 years ago | 1 answer | 0

1

answer

Question


How to detect which type of data user selected 'text' or 'excel' file via "uigetfile" and then perform further code?
i have written a code that allows user to input data and give both options of "text" and "Excel"..that is [filename, pathname]...

3 years ago | 1 answer | 0

1

answer

Question


How to import all sheets of excel file with "UIgetfile" option?
i m writing a code that fetch a excell file including all sheets and store that data in a Variable etc. What I've managed to do ...

3 years ago | 1 answer | 0

1

answer

Question


Appdesigner standalone app not showing full Options? R2020a
i have made a simple app which plots sine wave.. it has a switch button which toggle the plot between app.UIAxes & Figure 1 (Bas...

3 years ago | 0 answers | 0

0

answers

Answered
How to Export appdesigner Plot and UITable directly to PDF?
I found these links also Relavent for people to start Generating Reports, PDF and Generating Templates or linking with Matlab......

3 years ago | 1

Question


How to Export appdesigner Plot and UITable directly to PDF?
i have made a simple app in appdesigner which have a UITtable and a UIAxes graph .. i want to design a template so my plot and...

3 years ago | 2 answers | 0

2

answers

Question


While plotting, how to Convert YYaxis left via some formula and display it on YYAxis right...(Using R2020a)
i have imported a file that contains data "Range" and "dBsm" and plotted it....My dBsm data is on YYaxis 'left' now i wish that ...

3 years ago | 1 answer | 0

1

answer

Question


getting error in simulink onramp "Matlab Function block 7.2"..Failed to evaluate mask initialization command..
i have done the wright command to submitt the task but its giving error again and again... stucked here.. kindly guide.

3 years ago | 1 answer | 0

1

answer

Answered
how to extract a specific number from a UITable and display that which row of that table that number belongs?
Shared Relavent Help for CellSelection Callback in pdf.

3 years ago | 0

| accepted

Question


How to use filloutliers for only positive numbers of a data array?
so if data is stored in Variable 'a' a = [ 2 1 23 -1 2 5 -36 6 -1] so it should perform filloutliers only on positve number ...

3 years ago | 1 answer | 0

1

answer

Question


how to extract a specific number from a UITable and display that which row of that table that number belongs?
lets say i have a UITable in which first coulmn is serial number and second column contains data extracted the second column d...

3 years ago | 1 answer | 0

1

answer

Question


how to save a UITable in Excell along with Rows & Column Names (Appdesigner, R2020a)
i have a data in in a variable 'A', i want to save it in excell file with rows and column names as shown in fighure below. i ...

3 years ago | 1 answer | 0

1

answer

Question


How to reduce precision of digit after decimal point? Matlab (R2020a)
if i have a = 1.2345 or a = 22.34325 or a = 334.659809832 i want to reduce precision after decimal point to two digit so ...

3 years ago | 2 answers | 0

2

answers

Question


how to assign colour to a double plot by clicking on graph in UIAxes appdesinger Matlab (R2020a)?
hello, my objective is to assign different colour to a double plot of own choice. if i have three variable data... a= [1 2 3] ...

3 years ago | 1 answer | 0

1

answer

Question


How to compare two variables data by using ifelse? if both variable contain same number and length of data, so condition becomes true it should perform desired functionality.
i want to establish a logic that if variable data is same as variable data "a" or "b'' or "c" or "d"then it should perform the ...

3 years ago | 2 answers | 0

2

answers

Question


double plot not properly working with checkboxes in appdesigner Matlab (R2020a)
i have designed a interface for single or double plot which i control through Check Boxes. inshort the problem is when i run the...

3 years ago | 0 answers | 0

0

answers

Question


How to assign yyaxis 'Label' and 'Range' to UIAxes in matlab appdesigner (R2020a)
i was try to assign third axis for app.UIAxes in matlab appdesinger, i tried app.UIAxes.ZAxis = zlabel but didnt worked...!!...

3 years ago | 1 answer | 0

1

answer

Question


How to link functionality of Plot "Linewidth" with Knobvalue in appdesigner Matlab (R2020a)
if we have to variable data app.a = [1 2 3] % used with property app.b = [4 5 6] % used with pro...

3 years ago | 1 answer | 0

1

answer

Question


How to add custom Yaxis option for UIAxes via Editfield(Numeric) while plotting in matlab appdesigner (Ver 2020a)
Hello, i m trying to give user option to set Y-axis for the plot axis. so user can limit the axis at it own preference i ta...

3 years ago | 1 answer | 0

1

answer

Load more