what is the code of jpeg pixel counting code and can I have the satellite image resolution code to get the high definition resolution
how to change color of graph and how to do simulation in phase diagram?
While running the code on the console after entering some commands the software automatically closes. why this problem occurs .i installed two times to get rid of this problem but the same problem occurs is any resolution for this ?
I got the same plot but after saving it in JPEG format, the background is red. How to change the background colour?
some of the graphs needs two y-axis coordinates with single x-axis values can we draw such graph in Scilab
I cannot find the view code button in Scilab 6.1.0.
I am using Scilab 6.1.0 on Ubuntu 18.04. I can't find the same options as given on 'export to' window.
I am not able to find export to option on Scilab 6.1.0. I am using Ubuntu 18.04.
Dear team,Cud not understand ‘subplot’ properly
Respected Sir/Mam,I want to display data on the bar say 69, 64, 65...... in the bar chart of Scilab. As we can do in the Excel bar graph using display labels on Bar.please, give your answer.thank you,.
How to plot sin(x) and cos(x) on the same window. How create a legend & how to subplots within the same window
Can we plot bar graph, pie chart etc??
How to use arrow in 2D plot for indicating x-axis and y-axis as similar by MATLAB
How to indicate arrow sign on x and y axis in 2d graph plot
i have defined x (N1)and y (N2)vectors for the 3d plot.but unable to upload the Z(N1,N2) from the excel file To plot the 3-d contour plot.please help me
not able to draw for x and sin x
how to use arrow for indicating some date, or arrow for showing the x-axis and y-axis as similar to MATLAB
I am getting the following error:y2=2*x^2;!Warning: Syntax "vector ^ scalar" is obsolete. It will be removed in Scilab 6.0.Use "vector .^ scalar" instead.
How to save the SCILAB graph and other data to word or excel file
plotting 2 D graph issueI am getting the following error:y2=2*x^2;!Warning: Syntax "vector ^ scalar" is obsolete. It will be removed in Scilab 6.0.Use "vector .^ scalar" instead.how i can remove this error.
I am getting the following error:y2=2*x^2; ! Warning: Syntax "vector ^ scalar" is obsolete. It will be removed in Scilab 6.0. Use "vector .^ scalar" instead.and so i am not getting the the graph shown in video lecture.Please help.
while entering a linespace commond i get the error why?x=linespace(1,10,5) !--error 4 Undefined variable: linespace
How to save the SCILAB window graph to jpeg?
Sir, Good morning.How to find linear interpolation and standard deviation values (X, Y axis)Jaishankar PSASTRA University
Does it possible to convert MATLAB figure file into Scilab Fig. file.
How to use symbols other than "0-", "+-", "*-" while plotting 2D graphs.
How to get access to plotting.sce file?\r\nThe commands in plotting.sce file are done by default or we need to create?\r\nIf yes, how to create the commands.
1556 visits
Outline:Plotting 2D graphs About linspace: linspace is a linearly spaced vector. Plot a simple graph: x=linspace(12,34,10), y=linspace(-.1,2,10), plot(x,y) plot2d(x,y,style=1), style can have different values, style=1 gives black coloured graph line, style=2 gives blue coloured graph line and so on Show that if one tries to plot another graph without closing the first one, the plot will appear over the first graph. This may or may not be desirable- one may want to plot the second g
Plotting 2D graphs About linspace: linspace is a linearly spaced vector. Plot a simple graph: x=linspace(12,34,10), y=linspace(-.1,2,10), plot(x,y) plot2d(x,y,style=1), style can have different values, style=1 gives black coloured graph line, style=2 gives blue coloured graph line and so on Show that if one tries to plot another graph without closing the first one, the plot will appear over the first graph. This may or may not be desirable- one may want to plot the second g
Show video info
Pre-requisite