
Rui Zhang
Statistics
RANK
141.057
of 273.277
REPUTATION
0
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 18.451
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122.675
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Workspace definition of "a variable" doesn't match this m-scripts definition
Hello Yuvraj, Thank you for your reply. I found my code to clear variables in the base workspace. "EngineeringModel" is n...
20 dagen ago | 0
Question
Workspace definition of "a variable" doesn't match this m-scripts definition
I got an error message: Error executing "PreSimFcn" on Simulation input object. Workspace definition of "EngineeringModel" doesn...
27 dagen ago | 1 answer | 0
1
answerQuestion
Not able to assign a value to a member of class in MATLAB
Below is the class definition and I want to change obj.inputs by using setInputs method: classdef LinearLayer %UNTITLED2...
9 maanden ago | 1 answer | 0
1
answerQuestion
Simulink model can be compiled in normal mode, but can't be compiled in acceleration mode?
I removed all the C-code in S-functions in my Simulink model and I want to run it in acceleration mode. I am able to run it in n...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
how to find a given parameter in state flow chart
When compiling a stateflow model, the system complains parameters 'myParameterName' and 'myParameterName' are conflicting. Decla...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
unable to exit matlab program
In the MATLAB command window, I typed "exit", trying to quit the MATLAB program. But I can't. I got an error message like: >> ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Trouble with jsondecode() and jsonencode()
I have a JSON file. I am trying to test the MATLAB functions before using them. So I loaded it str1 = fileread('json_filena...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
Matlab code and filterDesigner give different plots for the same setting of Chebyshev II bandpass filter?
Hello, The image below shows the settings in the filterDesigner by using Chebyshev type II bandpass filter and the plots. ...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
How to add a figure into PPT by using MATLAB script?
I have trouble to add figure into a PPT with MATLAB scripts: % -------------------- import mlreportgen.ppt.* slides = Prese...
ongeveer 3 jaar ago | 0 answers | 0
0
answersQuestion
How to write row_headers into Excel Spreadsheet.
If I have a column array row_header = {'me'; 'you'; 'It'}, I want to write the three into 3 column cells (not in a row). How can...
ongeveer 3 jaar ago | 0 answers | 0
0
answersQuestion
my Simulink object problems
I am using MATLAB 2017b and I got Simulink object data type error: Simulink.DataType object 'my_Inputs_Bus' is not in scope f...
meer dan 3 jaar ago | 0 answers | 0
0
answersQuestion
Unable to read the last line by using regexp
I used the following code to read text line by line. But the result excludes the last line. For example, if my text is: void my...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
What is the function of a question mark '?' in regular expression
If I have a C code text with two comments like below and I want to use matlab regular expression function to remove all the comm...
meer dan 3 jaar ago | 2 answers | 0