photo

Arif


Last seen: environ un mois il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

  • Thankful Level 4

Afficher les badges

Feeds

Afficher par

Question


Incosistency Precision Value (decimal double) When using strcmpi/contains
Hi guys, im facing trouble when I want to compare string using 'strcmpi' or 'contains'. The problem is when I convert string to ...

environ un mois il y a | 2 réponses | 0

2

réponses

Réponse apportée
error when using table with specified variable names
already closed. i already find by my way

2 mois il y a | 0

Question


error when using table with specified variable names
Hi guys im trying to join 2 variable string-array and double array by table. I already defined the variable names, but error hap...

2 mois il y a | 1 réponse | 0

1

réponse

Question


How to fix loop which over the determined index ?
Hi guys, im trying to do looping ii 1:900 but why when u run it, it was never-ending loop. After reach 900, it will continue to ...

2 mois il y a | 1 réponse | 0

1

réponse

Question


how to show live return of variable in command windows while running a looping.
hi guys im running script in looping for 8901 ii in array. But my command windows and workspace not update and show the live ret...

2 mois il y a | 1 réponse | 0

1

réponse

Question


error when using {}
Hi guys, im trying to run a software by Matlab and do some analysis for some models and this 'Periodandfrequencies' is an exampl...

2 mois il y a | 1 réponse | 0

1

réponse

Question


how to replace rows variable by specific conditions?
Hi guys, I have 2 variables 'cell-array' here. There are 'jointTSS1' and 'jointTOSnew1' The cell array 'jointTSS1' contains 7...

3 mois il y a | 1 réponse | 0

0

réponse

Question


Erorr when replace row's value of table in-array.
hi guys, i dont know why this error happened to me. I already check the variable and i think it is already rigth. Here is m...

3 mois il y a | 2 réponses | 0

2

réponses

Question


How to stop double printing text using sprintf ?
Hi guys, im trying to write a file which contains text that i already defined in Matlab. I have 2 problems here. First is my nu...

3 mois il y a | 1 réponse | 0

1

réponse

Question


how to writefile string as a text-file with function
hi guys, im trying to create files containing text which i defined by variable (see line 87). i found error like this : the...

3 mois il y a | 1 réponse | 0

1

réponse

Question


how to create text files from variable strings using function?
Hi guys, im facing difficulity when i export text from variable string array to files using fucntion. It happens error because f...

3 mois il y a | 1 réponse | 0

0

réponse

Réponse apportée
how to create diagonal line by point from horizontal top & bottom line's joint?
Oh, i already have the solution

3 mois il y a | 0

Question


how to create diagonal line by point from horizontal top & bottom line's joint?
Hello everyone, im trying to draw a frame-line that has start-joint named 'JointI' and end-joint named 'JoinJ'. It is illustrate...

3 mois il y a | 1 réponse | 0

1

réponse

Question


how to join two cell array
hi guys, may u help me solving how to join two cell array lke this : so the result will be 75x1 cell but every cell must be 34x...

3 mois il y a | 1 réponse | 0

1

réponse

Question


How to sort table more than one variable with specified condition ?
hi guys, can u tell me a different way to sort table by 2 variable columns which more simple than my method? I want to sort j...

3 mois il y a | 1 réponse | 0

1

réponse

Question


how to use sprintf to an array ?
Hi guys, im trying to make some text using sprintf, here i give example below: Basically I want all datas from variable ID,X,...

3 mois il y a | 1 réponse | 0

1

réponse

Question


How to filter table by variable ?
Hi guys can u help me to solve this problem. Im trying to filter my table named jointbase only for number of rows that specified...

3 mois il y a | 1 réponse | 0

1

réponse

Question


How to fix invalid array indexing ?
Hi guys im trying to colect all outputs tables that are created in-array. Here is my code : clear; clc; H = 5; L = 15; Ns...

3 mois il y a | 1 réponse | 0

1

réponse

Question


How to scatter plot
hi guys, im trying to plot my X,Z coordinate to a scatter plot. My problem is shown in figure below: It is becuase my X is a ...

3 mois il y a | 1 réponse | 0

1

réponse

Question


how to use multiple '%c' on each variable ?
Hello, im trying to write text to some files in array. Here is my code : clear clc VariantModel = compose('%c', 'A':'E') V...

4 mois il y a | 1 réponse | 0

1

réponse

Question


How to write text line to line ?
Hi, please help me to write text-file contain characters that are arranged in line to line like this picture : here is my cod...

4 mois il y a | 1 réponse | 0

1

réponse

Question


How to exported formatted text and create files in array with specified variables ?
Is there possible to export formated text shown below (from %start line to export to %end line to export) ? In addition, i want ...

4 mois il y a | 1 réponse | 0

1

réponse

Question


How to export script to text file ?
hello please help me to export my code into .txt extension. Is it possible ? i already tried this code, but it failed

4 mois il y a | 1 réponse | 0

1

réponse

Question


how to do for loop 2nd level?
hi guys, i want to do : XY : AA AB AC AD .. QQ but this error happened.

4 mois il y a | 1 réponse | 0

1

réponse

Question


How to solve incosistent scientific format ?
Hi guys, im facing trouble when i use 'strcmp'. I was trying to get a data from variable "Stepnum" when its "R3Plastic" is 3,67...

5 mois il y a | 1 réponse | 0

1

réponse

Question


How to use for loop and get the result for each index varian?
Hello, please give me a hint or clue to solve my problem. Look at picture number 1: I am trying to do 'for' as long as string '...

5 mois il y a | 1 réponse | 0

1

réponse

Question


how to find intersection data between 2 function
hi guys can u help me to find the data which is intersection between 2 line ? this is my graph : i have data for the blue-line...

5 mois il y a | 2 réponses | 0

2

réponses

Question


how to use assert to test logical array
hi guys, can u help me to solve this problem. I am trying to use assert to test my logical array shown photo below. as u can ...

5 mois il y a | 1 réponse | 0

1

réponse

Question


How to use assert to prevent cell contains thing which is false
Hi guys im trying to use assert to prevent my cell-array data contains 'B to C'. Here is my cell-aray data : what function th...

5 mois il y a | 1 réponse | 0

1

réponse

Question


How to find cell that contain word that i want ?
hi guys, may you help me creating the code to get some data from the table. Please see the table below: Now im trying to get ...

5 mois il y a | 1 réponse | 0

1

réponse

Charger plus